UrnCollection.ICollection<Urn>.IsReadOnly 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of Urn).IsReadOnly 
    Get
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

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

实现

ICollection<T>.IsReadOnly

注释

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

请参阅

参考

UrnCollection 类

Microsoft.SqlServer.Management.Smo 命名空间