MajorObject.IsLoaded Property

This API supports the SQL Server 2012 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

C#
[BrowsableAttribute(false)]
public bool IsLoaded { get; }

Property Value

Type: System.Boolean
true if MajorObject have been loaded; otherwise, false.

See Also

Reference

MajorObject Class

Microsoft.AnalysisServices Namespace