共用方式為


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 命名空間