AdomdRestrictionCollection.IsFixedSize Property

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool IsFixedSize { get; }
public:
property bool IsFixedSize {
    virtual bool get() sealed;
}
abstract IsFixedSize : bool with get
override IsFixedSize : bool with get
Public ReadOnly Property IsFixedSize As Boolean

Property Value

Type: System.Boolean

true if the AdomdRestrictionCollection has a fixed size; false otherwise. The default is false.

Implements

IList.IsFixedSize

See Also

AdomdRestrictionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top