WarehouseContext.IsAnalysisServicesOnline Property

Is Analysis Services Warehouse processing online? If Analysis Services is not configured then processing will be offline.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public ReadOnly Property IsAnalysisServicesOnline As Boolean
public bool IsAnalysisServicesOnline { get; }
public:
property bool IsAnalysisServicesOnline {
    bool get ();
}
member IsAnalysisServicesOnline : bool with get
function get IsAnalysisServicesOnline () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WarehouseContext Class

Microsoft.TeamFoundation.Warehouse Namespace