ModelComponentCollection.Preloadable Property

 

Applies To: SQL Server (starting with 2016)

Gets a value indicating whether the collection can be preloaded.

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

Syntax

protected virtual bool Preloadable { get; }
protected:
property bool Preloadable {
    virtual bool get();
}
abstract Preloadable : bool with get
override Preloadable : bool with get
Protected Overridable ReadOnly Property Preloadable As Boolean

Property Value

Type: System.Boolean

true if the collection can be preloaded; otherwise, false.

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top