次の方法で共有


SMOServerConn コンストラクター (Boolean, String, String)

認証モード、ユーザー名、およびパスワードを初期化して、SMOServerConn クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.ManagedConnections
アセンブリ:  Microsoft.SqlServer.ManagedConnections (Microsoft.SqlServer.ManagedConnections.dll)

構文

'宣言
Public Sub New ( _
    bUseWindowsAuthentication As Boolean, _
    UserName As String, _
    Password As String _
)
'使用
Dim bUseWindowsAuthentication As Boolean
Dim UserName As String
Dim Password As String

Dim instance As New SMOServerConn(bUseWindowsAuthentication, _
    UserName, Password)
public SMOServerConn(
    bool bUseWindowsAuthentication,
    string UserName,
    string Password
)
public:
SMOServerConn(
    bool bUseWindowsAuthentication, 
    String^ UserName, 
    String^ Password
)
new : 
        bUseWindowsAuthentication:bool * 
        UserName:string * 
        Password:string -> SMOServerConn
public function SMOServerConn(
    bUseWindowsAuthentication : boolean, 
    UserName : String, 
    Password : String
)

パラメーター

  • bUseWindowsAuthentication
    型: System. . :: . .Boolean
    接続マネージャが Windows 認証を使用するかどうかを示す Boolean です。Windows 認証を使用する場合、true です。