Constructeur WMIConn (String, String)
Initializes a new instance of the WMIConn class, initializing the WMI server name and namespace.
Espace de noms : Microsoft.SqlServer.Dts.ManagedConnections
Assembly : Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ServerName As String, _
Namespace As String _
)
'Utilisation
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
)
Paramètres
- ServerName
Type : System. . :: . .String
The name of the server to connect to as a WMI connection.
- Namespace
Type : System. . :: . .String
The namespace that the connection manager uses.
Voir aussi