AdomdRestrictionCollection.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.