Partager via


Propriété SfcKey.InstanceType

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property InstanceType As Type 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SfcKey Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc