Compartir a través de


SfcKey.InstanceType Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property InstanceType As Type 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SfcKey Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc