Partilhar via


Propriedade do RDL LocalizablePropertyDescriptor.IsReadOnly

Gets a value that indicates whether this is a read-only 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
Public Overrides ReadOnly Property IsReadOnly As Boolean 
    Get
'Uso
Dim instance As LocalizablePropertyDescriptor 
Dim value As Boolean 

value = instance.IsReadOnly
public override bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () override;
}
abstract IsReadOnly : bool 
override IsReadOnly : bool
override function get IsReadOnly () : boolean

Valor da propriedade

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

Consulte também

Referência

LocalizablePropertyDescriptor Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc