MajorObject.IsLoaded Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether MajorObject have been loaded.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public bool IsLoaded { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property bool IsLoaded {
    virtual bool get() sealed;
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
abstract IsLoaded : bool with get
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
override IsLoaded : bool with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property IsLoaded As Boolean

Property Value

Type: System.Boolean

true if MajorObject have been loaded; otherwise, false.

See Also

MajorObject Class
Microsoft.AnalysisServices Namespace

Return to top