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

Initializes a new instance of the SfcReferenceAttribute class with the specified resolver type and parameters.

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

Синтаксис

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

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

Параметры

  • resolverType
    Тип: System.Type
    The type to instantiate a resolver from.
  • parameters
    Тип: array<System.String[]
    The parameters for the resolver method.

См. также

Справочник

SfcReferenceAttribute Класс

Перегрузка SfcReferenceAttribute

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