ManagementGroupConnectionSettings Constructor (String)
Applies To: Operations Manager for System Center 2012
Initializes a new ManagementGroupConnectionSettings object with the name of the server to connect to.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ManagementGroupConnectionSettings(
string serverName
)
public:
ManagementGroupConnectionSettings(
String^ serverName
)
new :
serverName:string -> ManagementGroupConnectionSettings
Public Sub New (
serverName As String
)
Parameters
serverName
Type: System.StringThe name of the server to connect to.
Examples
For an example, see How to Connect to an SDK Service by Using Specified User Credentials
See Also
ManagementGroupConnectionSettings Class
Microsoft.EnterpriseManagement Namespace
Return to top