Costruttore WMIConn (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 _
)
'Utilizzo
Dim ServerName As String
Dim Namespace As String
Dim instance As New WMIConn(ServerName, _
Namespace)
public WMIConn(
string ServerName,
string Namespace
)
public:
WMIConn(
String^ ServerName,
String^ Namespace
)
new :
ServerName:string *
Namespace:string -> WMIConn
public function WMIConn(
ServerName : String,
Namespace : String
)
Parametri
- ServerName
Tipo: System. . :: . .String
The name of the server to connect to as a WMI connection.
- Namespace
Tipo: System. . :: . .String
The namespace that the connection manager uses.
Vedere anche