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

Initializes a new instance of the SfcReferenceCollectionAttribute class with optional keys and parameter.

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

Синтаксис

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

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

Параметры

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

См. также

Справочник

SfcReferenceCollectionAttribute Класс

Перегрузка SfcReferenceCollectionAttribute

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