Share via


IsReadOnly Propiedad

Gets a value indicating whether the collection is read-only. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .Boolean
false in all cases. The collection is not read-only.

Implementa

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