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