SfcReferenceAttribute コンストラクター (Type)

指定されたリゾルバー型を使用して、SfcReferenceAttribute クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub New ( _
    resolverType As Type _
)
'使用
Dim resolverType As Type 

Dim instance As New SfcReferenceAttribute(resolverType)
public SfcReferenceAttribute(
    Type resolverType
)
public:
SfcReferenceAttribute(
    Type^ resolverType
)
new : 
        resolverType:Type -> SfcReferenceAttribute
public function SfcReferenceAttribute(
    resolverType : Type
)

パラメーター

  • resolverType
    型: System.Type
    リゾルバーのインスタンス化の元になる型です。

関連項目

参照

SfcReferenceAttribute クラス

SfcReferenceAttribute オーバーロード

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