Condividi tramite


Proprietà SfcCollatedDictionaryCollection<T, K, ParentT>.IsReadOnly

Gets a value indicating whether the collection is read-only. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property IsReadOnly As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

ICollection<T>.IsReadOnly

Vedere anche

Riferimento

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc