Compartir a través de


Property.ISfcProperty.Type Propiedad

Gets the type of property.

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

Sintaxis

'Declaración
Private ReadOnly Property Type As Type 
    Implements ISfcProperty.Type 
    Get
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

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

Implementa

ISfcProperty.Type

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo