IsReadOnly 属性

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

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property IsReadOnly As Boolean
    Get
用法
Dim instance As AdomdRestrictionCollection
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

属性值

类型:System. . :: . .Boolean
true if the AdomdRestrictionCollection is read-only; false otherwise. The default is false.

实现

IList. . :: . .IsReadOnly