SmsPageData.ConnectionManager Property
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
'Usage
Dim instance As SmsPageData
Dim value As ConnectionManagerBase
value = instance.ConnectionManager
instance.ConnectionManager = value
Syntax
'Declaration
Public Property ConnectionManager As ConnectionManagerBase
public ConnectionManagerBase ConnectionManager { get; set; }
public:
property ConnectionManagerBase^ ConnectionManager {
ConnectionManagerBase^ get ();
void set (ConnectionManagerBase^ value);
}
/** @property */
public ConnectionManagerBase get_ConnectionManager ()
/** @property */
public void set_ConnectionManager (ConnectionManagerBase value)
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
Reference
SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ConnectionManagerBase
QueryProcessor