Freigeben über


SfcKey.InstanceType-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property InstanceType As Type 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Type
The type of the instance class associated with this key class.

Siehe auch

Verweis

SfcKey Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace