Compartir a través de


Property.Readable Propiedad

Gets the Boolean property value that specifies whether the value of the property can be retrieved.

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

Sintaxis

'Declaración
Public ReadOnly Property Readable As Boolean 
    Get
'Uso
Dim instance As [Property]
Dim value As Boolean 

value = instance.Readable
public bool Readable { get; }
public:
property bool Readable {
    bool get ();
}
member Readable : bool
function get Readable () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that specifies whether the property can be retrieved. If True, the property can be retrieved.If False (default), the property cannot be retrieved.

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo