Compartilhar via


Propriedade do RDL IsReadOnly

Gets a value indicating whether the collection is read-only. 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 SfcCollatedDictionaryCollection
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
false in all cases. The collection is not read-only.

Implementa

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