ModelComponentCollection.IsReadOnly Property

 

Applies To: SQL Server (starting with 2016)

Gets a value indicating whether the ModelComponentCollection is read-only.

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

Syntax

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

Property Value

Type: System.Boolean

true if the collection is read-only; otherwise false.

Implements

IList.IsReadOnly

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top