Partilhar via


Propriedade do RDL IsReadOnly

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 SfcDictionaryCollection
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 the object is read only; otherwise, false.

Implementa

ICollection< (Of < ( <'T> ) > ) >. . :: . .IsReadOnly