SfcKey.InstanceType 属性

Gets the type of the instance class associated with this key class.

命名空间:  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
The type of the instance class associated with this key class.

请参阅

参考

SfcKey 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间