AdomdRestrictionCollection.IsFixedSize 属性

Gets a value indicating whether the AdomdRestrictionCollection has a fixed size.

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

语法

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

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

属性值

类型:System.Boolean
true if the AdomdRestrictionCollection has a fixed size; false otherwise. The default is false.

实现

IList.IsFixedSize

请参阅

参考

AdomdRestrictionCollection 类

Microsoft.AnalysisServices.AdomdClient 命名空间