Share via


SqlOlapConnectionInfoBase コンストラクター (String, ConnectionType)

SqlOlapConnectionInfoBase クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Common
アセンブリ:  Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)

構文

'宣言
Protected Sub New ( _
    serverName As String, _
    serverType As ConnectionType _
)
'使用
Dim serverName As String 
Dim serverType As ConnectionType 

Dim instance As New SqlOlapConnectionInfoBase(serverName, _
    serverType)
protected SqlOlapConnectionInfoBase(
    string serverName,
    ConnectionType serverType
)
protected:
SqlOlapConnectionInfoBase(
    String^ serverName, 
    ConnectionType serverType
)
new : 
        serverName:string * 
        serverType:ConnectionType -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
    serverName : String, 
    serverType : ConnectionType
)

パラメーター

関連項目

参照

SqlOlapConnectionInfoBase クラス

SqlOlapConnectionInfoBase オーバーロード

Microsoft.SqlServer.Management.Common 名前空間