WMIConn Constructor (String, String)
Initializes a new instance of the WMIConn class, initializing the WMI server name and namespace.
Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
Syntax
'Declaration
Public Sub New ( _
ServerName As String, _
Namespace As String _
)
public WMIConn (
string ServerName,
string Namespace
)
public:
WMIConn (
String^ ServerName,
String^ Namespace
)
public WMIConn (
String ServerName,
String Namespace
)
public function WMIConn (
ServerName : String,
Namespace : String
)
Parameters
- ServerName
The name of the server to connect to as a WMI connection.
- Namespace
The namespace that the connection manager uses.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
WMIConn Class
WMIConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace