SfcKey.InstanceType プロパティ

このキー クラスに関連付けられているインスタンス クラスの型を取得します。

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

構文

'宣言
Public Overridable ReadOnly Property InstanceType As Type 
    Get
'使用
Dim instance As SfcKey 
Dim value As Type 

value = instance.InstanceType
public virtual Type InstanceType { get; }
public:
virtual property Type^ InstanceType {
    Type^ get ();
}
abstract InstanceType : Type 
override InstanceType : Type
function get InstanceType () : Type

プロパティ値

型: System.Type
このキー クラスに関連付けられているインスタンス クラスの型です。

関連項目

参照

SfcKey クラス

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