Compartilhar via


Propriedade do RDL UrnCollection.ICollection<Urn>.IsReadOnly

Gets a value indicating whether the ICollection is read-only.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of Urn).IsReadOnly 
    Get
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System.Boolean
True if the ICollection is read-only; otherwise; false.

Implementa

ICollection<T>.IsReadOnly

Comentários

The ICollection interface is the base interface for classes in the [System.Collections.Generic] namespace.

Consulte também

Referência

UrnCollection Classe

Namespace Microsoft.SqlServer.Management.Smo