Freigeben über


NamedKey<T>.InstanceType-Eigenschaft

Gets the instance type which the key represents.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property InstanceType As Type 
    Get
'Usage
Dim instance As NamedKey 
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

Eigenschaftswert

Typ: System.Type
The type of the instance.

Siehe auch

Verweis

NamedKey<T> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace