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.