TieredManagementGroup.Connect Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Connects to the tiered Management Group using the specified connector account.
Namespace: Microsoft.EnterpriseManagement.Tiering
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As TieredManagementGroup
Dim tieredConnectionSettings As TieredManagementGroupConnectionSettings
Dim returnValue As ManagementGroup
returnValue = instance.Connect(tieredConnectionSettings)
Syntax
'Declaration
Public Function Connect ( _
tieredConnectionSettings As TieredManagementGroupConnectionSettings _
) As ManagementGroup
public ManagementGroup Connect (
TieredManagementGroupConnectionSettings tieredConnectionSettings
)
public:
ManagementGroup^ Connect (
TieredManagementGroupConnectionSettings^ tieredConnectionSettings
)
public ManagementGroup Connect (
TieredManagementGroupConnectionSettings tieredConnectionSettings
)
public function Connect (
tieredConnectionSettings : TieredManagementGroupConnectionSettings
) : ManagementGroup
Parameters
- tieredConnectionSettings
The settings for the account to connect to.
Return Value
Returns a ManagementGroup to which you have connected.
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
TieredManagementGroup Class
TieredManagementGroup Members
Microsoft.EnterpriseManagement.Tiering Namespace