TieredManagementGroup.Connect Method

Updated: April 16, 2012

Connects to the tiered Management Group using the specified connector account. Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As TieredManagementGroup Dim tieredConnectionSettings As TieredManagementGroupConnectionSettings Dim returnValue As ManagementGroup returnValue = instance.Connect(tieredConnectionSettings)Public Function Connect ( _ tieredConnectionSettings As TieredManagementGroupConnectionSettings _ ) As ManagementGrouppublic ManagementGroup Connect ( TieredManagementGroupConnectionSettings tieredConnectionSettings )public: ManagementGroup^ Connect ( TieredManagementGroupConnectionSettings^ tieredConnectionSettings )public ManagementGroup Connect ( TieredManagementGroupConnectionSettings tieredConnectionSettings )public function Connect ( tieredConnectionSettings : TieredManagementGroupConnectionSettings ) : ManagementGroupParameterstieredConnectionSettingsThe settings for the account to connect to.Return ValueReturns a ManagementGroup to which you have connected.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms