共用方式為


DependencyCollection.ICollection<DependencyCollectionNode>.IsReadOnly 屬性

Determines if the dependency collection is read-only.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of DependencyCollectionNode).IsReadOnly 
    Get
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

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

實作

ICollection<T>.IsReadOnly

請參閱

參考

DependencyCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間