SMOServerConn コンストラクター (Boolean, String, 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, _
SqlServerName As String _
)
'使用
Dim bUseWindowsAuthentication As Boolean
Dim UserName As String
Dim Password As String
Dim SqlServerName As String
Dim instance As New SMOServerConn(bUseWindowsAuthentication, _
UserName, Password, SqlServerName)
public SMOServerConn(
bool bUseWindowsAuthentication,
string UserName,
string Password,
string SqlServerName
)
public:
SMOServerConn(
bool bUseWindowsAuthentication,
String^ UserName,
String^ Password,
String^ SqlServerName
)
new :
bUseWindowsAuthentication:bool *
UserName:string *
Password:string *
SqlServerName:string -> SMOServerConn
public function SMOServerConn(
bUseWindowsAuthentication : boolean,
UserName : String,
Password : String,
SqlServerName : String
)
パラメーター
- bUseWindowsAuthentication
型: System. . :: . .Boolean
接続マネージャが Windows 認証を使用するかどうかを示す Boolean です。Windows 認証を使用する場合、true です。
- UserName
型: System. . :: . .String
接続マネージャが使用するユーザー名です。
- Password
型: System. . :: . .String
接続マネージャが使用するパスワードです。
- SqlServerName
型: System. . :: . .String
SMO 接続を作成するサーバー名です。