SqlOlapConnectionInfoBase 建構函式 (SqlOlapConnectionInfoBase)
初始化 SqlOlapConnectionInfoBase 類別的新執行個體。
命名空間: 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
)
參數
- conn
型別:Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
要做為新物件基礎的 SqlOlapConnectionInfoBase 物件值。