SqlConnectionInfo コンストラクター (String, String, String)
SqlConnectionInfo クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Public Sub New ( _
serverName As String, _
userName As String, _
password As String _
)
'使用
Dim serverName As String
Dim userName As String
Dim password As String
Dim instance As New SqlConnectionInfo(serverName, _
userName, password)
public SqlConnectionInfo(
string serverName,
string userName,
string password
)
public:
SqlConnectionInfo(
String^ serverName,
String^ userName,
String^ password
)
new :
serverName:string *
userName:string *
password:string -> SqlConnectionInfo
public function SqlConnectionInfo(
serverName : String,
userName : String,
password : String
)
パラメーター
- serverName
型: System. . :: . .String
SQL Server のインスタンスを示す String オブジェクト値です。
- userName
型: System. . :: . .String
SQL Server のインスタンスに接続しているユーザーを示す String オブジェクト値です。
- password
型: System. . :: . .String
SQL Server のインスタンスに接続する際にユーザーが指定するパスワードを示す String オブジェクト値です。