ModelComponentCollection.IsFixedSize Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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 model component collection has a fixed size; otherwise false.

Implements

IList.IsFixedSize

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top