Partager via


Propriété SqlPropertyInfo.PropertyType

Gets the property type.

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

Syntaxe

'Déclaration
Public ReadOnly Property PropertyType As Type 
    Get
'Utilisation
Dim instance As SqlPropertyInfo 
Dim value As Type 

value = instance.PropertyType
public Type PropertyType { get; }
public:
property Type^ PropertyType {
    Type^ get ();
}
member PropertyType : Type
function get PropertyType () : Type

Valeur de propriété

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

Exemples

Définition de propriétés

Voir aussi

Référence

SqlPropertyInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo