Freigeben über


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

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 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

Eigenschaftswert

Typ: System.Boolean
true if the object is read only; otherwise, false.

Implementiert

ICollection<T>.IsReadOnly

Siehe auch

Verweis

SfcDictionaryCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace