共用方式為


WMIConn 建構函式 (Boolean, String, String)

Initializes a new instance of the WMIConn class, initializing the authentication mode, user name, and password.

命名空間:  Microsoft.SqlServer.Dts.ManagedConnections
組件:  Microsoft.SqlServer.ManagedConnections (在 Microsoft.SqlServer.ManagedConnections.dll 中)

語法

'宣告
Public Sub New ( _
    bUseNtAuth As Boolean, _
    UserName As String, _
    Password As String _
)
'用途
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
)

參數

  • bUseNtAuth
    型別:System.Boolean
    A Boolean that specifies whether the connection manager uses Windows Authentication. true if Windows Authentication is used.
  • UserName
    型別:System.String
    The user name that the connection manager uses.
  • Password
    型別:System.String
    The password that the connection manager uses.

請參閱

參考

WMIConn 類別

WMIConn 多載

Microsoft.SqlServer.Dts.ManagedConnections 命名空間