Condividi tramite


WMIConn Constructor (String, String)

Initializes a new instance of the WMIConn class, initializing the WMI server name and namespace.

Spazio dei nomi: Microsoft.SqlServer.Dts.ManagedConnections
Assembly : Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • ServerName
    The name of the server to connect to as a WMI connection.
  • Namespace
    The namespace that the connection manager uses.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

WMIConn Class
WMIConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace