Partager via


Propriété DependencyCollection.ICollection<DependencyCollectionNode>.IsReadOnly

Determines if the dependency collection is read-only.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of DependencyCollectionNode).IsReadOnly 
    Get
'Utilisation
Dim instance As DependencyCollection 
Dim value As Boolean 

value = CType(instance, ICollection(Of DependencyCollectionNode)).IsReadOnly
bool ICollection<DependencyCollectionNode>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<DependencyCollectionNode^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool 
private override IsReadOnly : bool
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean
Boolean indicating if the dependency collection is read-only.

Implémente

ICollection<T>.IsReadOnly

Voir aussi

Référence

DependencyCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo