Condividi tramite


Proprietà 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 MustOverride ReadOnly Property IsReadOnly As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

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