MonitoringObjectInfo.RowId Property
Applies To: Operations Manager for System Center 2012
Gets the row identifier for the data warehouse row that the monitoring object is in.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int RowId { get; }
public:
property int RowId {
int get();
}
member RowId : int with get
Public ReadOnly Property RowId As Integer
Property Value
Type: System.Int32
Returns a Int32 value.
See Also
MonitoringObjectInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top