Proprietà NamedDomainKey<T>.InstanceType

Gets the instance type which the current key represents.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides NotOverridable ReadOnly Property InstanceType As Type 
    Get
'Utilizzo
Dim instance As NamedDomainKey 
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

Valore proprietà

Tipo: System.Type
The instance type which the current key represents.

Vedere anche

Riferimento

NamedDomainKey<T> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc