SchemaNamedKey<T>.InstanceType 属性

Gets the instance type which this key represents.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Overrides NotOverridable ReadOnly Property InstanceType As Type 
    Get
用法
Dim instance As SchemaNamedKey 
Dim value As Type 

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

属性值

类型:System.Type
The instance type which this key represents.

请参阅

参考

SchemaNamedKey<T> 类

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