Конструктор SfcReferenceAttribute (Type, Type, String, array<String )

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Sub New ( _
    referenceType As Type, _
    resolverType As Type, _
    methodName As String, _
    ParamArray parameters As String() _
)
'Применение
Dim referenceType As Type 
Dim resolverType As Type 
Dim methodName As String 
Dim parameters As String()

Dim instance As New SfcReferenceAttribute(referenceType, _
    resolverType, methodName, parameters)
public SfcReferenceAttribute(
    Type referenceType,
    Type resolverType,
    string methodName,
    params string[] parameters
)
public:
SfcReferenceAttribute(
    Type^ referenceType, 
    Type^ resolverType, 
    String^ methodName, 
    ... array<String^>^ parameters
)
new : 
        referenceType:Type * 
        resolverType:Type * 
        methodName:string * 
        parameters:string[] -> SfcReferenceAttribute
public function SfcReferenceAttribute(
    referenceType : Type, 
    resolverType : Type, 
    methodName : String, 
    ... parameters : String[]
)

Параметры

  • referenceType
    Тип: System.Type
    The type reference that describes the Type.
  • resolverType
    Тип: System.Type
    The type resolver that describes the Type.
  • methodName
    Тип: System.String
    A string that represents the method name.
  • parameters
    Тип: array<System.String[]
    A list of given parameters.

См. также

Справочник

SfcReferenceAttribute Класс

Перегрузка SfcReferenceAttribute

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata