Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the WMIConn class, initializing the authentication mode, user name, and password.
Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (in Microsoft.SqlServer.ManagedConnections.dll)
Syntax
'Declaration
Public Sub New ( _
bUseNtAuth As Boolean, _
UserName As String, _
Password As String _
)
'Usage
Dim bUseNtAuth As Boolean
Dim UserName As String
Dim Password As String
Dim instance As New WMIConn(bUseNtAuth, _
UserName, Password)
public WMIConn(
bool bUseNtAuth,
string UserName,
string Password
)
public:
WMIConn(
bool bUseNtAuth,
String^ UserName,
String^ Password
)
new :
bUseNtAuth:bool *
UserName:string *
Password:string -> WMIConn
public function WMIConn(
bUseNtAuth : boolean,
UserName : String,
Password : String
)
Parameter
- bUseNtAuth
Typ: System.Boolean
A Boolean that specifies whether the connection manager uses Windows Authentication. true if Windows Authentication is used.
- UserName
Typ: System.String
The user name that the connection manager uses.
- Password
Typ: System.String
The password that the connection manager uses.