Gets or sets the connection manager that is used to connect to the database. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageData
Dim value As ConnectionManagerBase

value = instance.ConnectionManager

instance.ConnectionManager = value

Syntax

Visual Basic
Public Property ConnectionManager As ConnectionManagerBase
C#
public ConnectionManagerBase ConnectionManager { get; set; }
C++
public:
property ConnectionManagerBase^ ConnectionManager {
		ConnectionManagerBase^ get ();
		void set (ConnectionManagerBase^ value);
}
J#
/** @property */
public ConnectionManagerBase get_ConnectionManager ()

/** @property */
public void set_ConnectionManager (ConnectionManagerBase value)
JScript
public function get ConnectionManager () : ConnectionManagerBase

public function set ConnectionManager (value : ConnectionManagerBase)

Property Value

ConnectionManagerBase object.

Remarks

Your application can obtain the query processor from the QueryProcessor property.


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 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also