Freigeben über


SfcCollection<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 MustOverride ReadOnly Property IsReadOnly As Boolean 
    Get
'Usage
Dim instance As SfcCollection 
Dim value As Boolean 

value = instance.IsReadOnly
public abstract bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () abstract;
}
abstract IsReadOnly : bool
abstract function get IsReadOnly () : boolean

Eigenschaftswert

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

Implementiert

ICollection<T>.IsReadOnly

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace