SfcReferenceCollectionAttribute コンストラクター (Type, array<String )

省略可能なキーとパラメーターを使用して、SfcReferenceCollectionAttribute クラスの新しいインスタンスを初期化します。

名前空間:  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
    リゾルバーのインスタンス化の元になる型です。
  • parameters
    型: array<System.String[]
    リゾルバー メソッドに必要なすべてのパラメーターです。

関連項目

参照

SfcReferenceCollectionAttribute クラス

SfcReferenceCollectionAttribute オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間