Proprietà ICollection(Urn).IsReadOnly
Gets a Boolean indicating whether the collection is read-only.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of Urn).IsReadOnly
Get
'Utilizzo
Dim instance As UrnCollection
Dim value As Boolean
value = CType(instance, ICollection(Of Urn)).IsReadOnly
bool ICollection<Urn>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<Urn^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool
private override IsReadOnly : bool
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean which indicates whether the collection is read-only.
Implementa
Osservazioni
The ICollection interface is the base interface for classes in the [System.Collections.Generic] namespace.