Propriété Property.ISfcProperty.Type

Gets the type of property.

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

Syntaxe

'Déclaration
Private ReadOnly Property Type As Type 
    Implements ISfcProperty.Type 
    Get
'Utilisation
Dim instance As [Property]
Dim value As Type 

value = CType(instance, ISfcProperty).Type
Type ISfcProperty.Type { get; }
private:
virtual property Type^ Type {
    Type^ get () sealed = ISfcProperty::Type::get;
}
private abstract Type : Type 
private override Type : Type
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Type
A Type system object value that specifies the type of property.

Implémente

ISfcProperty.Type

Exemples

Définition de propriétés

Voir aussi

Référence

Property Classe

Espace de noms Microsoft.SqlServer.Management.Smo