SfcReferenceAttribute コンストラクター (Type, array<String )
指定されたリゾルバー型とパラメーターを使用して、SfcReferenceAttribute クラスの新しいインスタンスを初期化します。
名前空間: 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
リゾルバーのインスタンス化の元になる型です。
- parameters
型: array<System.String[]
リゾルバー メソッドのパラメーターです。