Administration.GetAdministrationObject Method
Creates a new instance of the root object of the Microsoft Operations Manager (MOM) class library.
public Administration GetAdministrationObject();
Return Value
An instance of the Administration object for this Management Server.
Remarks
This method, rather than the class constructor, should be used to create new instances of the Administration class. See MOM Management Server Class Library Samples for code samples.
The application calling this method must be running under an account that is a member of the MOM Users group. See MOM Management Server Class Library Security for details about the security requirements of the Administration class methods.
Requirements
Platforms: Requires Windows 2000 Server or later
Version: Requires MOM 2005 or later
Namespace: Microsoft.EnterpriseManagement.Mom
Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)