DataWarehouse.Id Property
Applies To: Operations Manager for System Center 2012
Gets the GUID for the data warehouse.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid Id { get; }
public:
property Guid Id {
Guid get();
}
member Id : Guid with get
Public ReadOnly Property Id As Guid
Property Value
Type: System.Guid
Returns a Guid value.
See Also
DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top