共用方式為


SqlOlapConnectionInfoBase 建構函式 (SqlOlapConnectionInfoBase)

Initializes a new instance of the SqlOlapConnectionInfoBase class.

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Protected Sub New ( _
    conn As SqlOlapConnectionInfoBase _
)
'用途
Dim conn As SqlOlapConnectionInfoBase

Dim instance As New SqlOlapConnectionInfoBase(conn)
protected SqlOlapConnectionInfoBase(
    SqlOlapConnectionInfoBase conn
)
protected:
SqlOlapConnectionInfoBase(
    SqlOlapConnectionInfoBase^ conn
)
new : 
        conn:SqlOlapConnectionInfoBase -> SqlOlapConnectionInfoBase
protected function SqlOlapConnectionInfoBase(
    conn : SqlOlapConnectionInfoBase
)

參數