ServerPropertyCollection.IList.IsFixedSize Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

bool IList.IsFixedSize { get; }
private:
property bool IsFixedSize {
    virtual bool get() sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool with get
private override IsFixedSize : bool with get
Private ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

Property Value

Type: System.Boolean

Implements

IList.IsFixedSize

See Also

ServerPropertyCollection Class
Microsoft.AnalysisServices Namespace

Return to top