Конструктор WMIConn (String, String)
Initializes a new instance of the WMIConn class, initializing the WMI server name and namespace.
Пространство имен: Microsoft.SqlServer.Dts.ManagedConnections
Сборка: Microsoft.SqlServer.ManagedConnections (в Microsoft.SqlServer.ManagedConnections.dll)
Синтаксис
'Декларация
Public Sub New ( _
ServerName As String, _
Namespace As String _
)
'Применение
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
)
Параметры
- ServerName
Тип: System. . :: . .String
The name of the server to connect to as a WMI connection.
- Namespace
Тип: System. . :: . .String
The namespace that the connection manager uses.
См. также