Freigeben über


SfcCollatedDictionaryCollection<T, K, ParentT>.IsReadOnly-Eigenschaft

Gets a value indicating whether the collection is read-only. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Eigenschaftswert

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

Implementiert

ICollection<T>.IsReadOnly

Siehe auch

Verweis

SfcCollatedDictionaryCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace