[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the settings that are used to connect to a Service Manager server. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.ServiceManager (in microsoft.enterprisemanagement.servicemanager.dll)

Usage

Visual Basic
Dim instance As ServiceManagementConnectionSettings

Syntax

Visual Basic
Public Class ServiceManagementConnectionSettings
		Inherits EnterpriseManagementConnectionSettings
C#
public class ServiceManagementConnectionSettings : EnterpriseManagementConnectionSettings
C++
public ref class ServiceManagementConnectionSettings : public EnterpriseManagementConnectionSettings
J#
public class ServiceManagementConnectionSettings extends EnterpriseManagementConnectionSettings
JScript
public class ServiceManagementConnectionSettings extends EnterpriseManagementConnectionSettings

Inheritance Hierarchy

System.Object
   Microsoft.EnterpriseManagement.Common.ConnectionSettings
     Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings
      Microsoft.EnterpriseManagement.ServiceManagementConnectionSettings

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also