Compartilhar via


Propriedade do RDL ISfcProperty.Writable

Gets a value that indicates whether this is a read-write property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
ReadOnly Property Writable As Boolean 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Boolean 

value = instance.Writable
bool Writable { get; }
property bool Writable {
    bool get ();
}
abstract Writable : bool
function get Writable () : boolean

Valor da propriedade

Tipo: System.Boolean
true if this is a read-write property; false if this is a read-only property.

Consulte também

Referência

ISfcProperty Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc