Condividi tramite


Proprietà SqlPropertyInfo.PropertyType

Gets the property type.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PropertyType As Type 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SqlPropertyInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo