Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the dependency collection is read-only.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of DependencyCollectionNode).IsReadOnly
Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean
Boolean indicating if the dependency collection is read-only.