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.