Share via


DataWarehouse.ReportingServerUrl Property

 

Applies To: Operations Manager for System Center 2012

Gets the URL of the reporting server.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string ReportingServerUrl { get; }
public:
property String^ ReportingServerUrl {
    String^ get();
}
member ReportingServerUrl : string with get
Public ReadOnly Property ReportingServerUrl As String

Property Value

Type: System.String

Returns a String that contains the URL of the reporting server.

See Also

DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top