Compartilhar via


Propriedade do RDL Property.Readable

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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.

Exemplos

Definindo propriedades

Consulte também

Referência

Property Classe

Namespace Microsoft.SqlServer.Management.Smo