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.