Compartir a través de


SqlPropertyInfo.PropertyType Propiedad

Gets the property type.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property PropertyType As Type 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

SqlPropertyInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo