SfcReferenceCollectionAttribute コンストラクター (Type)
省略可能なキーを使用して、SfcReferenceCollectionAttribute クラスの新しいインスタンスを初期化します。
名前空間: 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 SfcReferenceCollectionAttribute(resolverType)
public SfcReferenceCollectionAttribute(
Type resolverType
)
public:
SfcReferenceCollectionAttribute(
Type^ resolverType
)
new :
resolverType:Type -> SfcReferenceCollectionAttribute
public function SfcReferenceCollectionAttribute(
resolverType : Type
)
パラメーター
- resolverType
型: System.Type
リゾルバーのインスタンス化の元になる型です。
関連項目
参照
SfcReferenceCollectionAttribute クラス