PropertyType propriété
Gets the property type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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 la propriété
Type : System. . :: . .Type
A Type system object value that specifies the property type.