MonitoringObjectInfo.RowId Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As MonitoringObjectInfo
Dim value As Integer
value = instance.RowId
Syntax
'Declaration
Public ReadOnly Property RowId As Integer
public int RowId { get; }
public:
property int RowId {
int get ();
}
/** @property */
public int get_RowId ()
public function get RowId () : int
Property Value
Returns a Int32 value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
MonitoringObjectInfo Class
MonitoringObjectInfo Members
Microsoft.EnterpriseManagement.Warehouse Namespace