OlapConnectionInfo 類別
此類別支援 SMO 基礎結構,但無法直接從您的程式碼使用。
繼承階層
Object
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Microsoft.SqlServer.Management.Common.OlapConnectionInfo
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OlapConnectionInfo _
Inherits SqlOlapConnectionInfoBase
'用途
Dim instance As OlapConnectionInfo
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OlapConnectionInfo : SqlOlapConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OlapConnectionInfo : public SqlOlapConnectionInfoBase
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OlapConnectionInfo =
class
inherit SqlOlapConnectionInfoBase
end
public class OlapConnectionInfo extends SqlOlapConnectionInfoBase
OlapConnectionInfo 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
OlapConnectionInfo() | 此建構函式支援 SMO 基礎結構,但無法直接從您的程式碼使用。 | |
OlapConnectionInfo(OlapConnectionInfo) | 此建構函式支援 SMO 基礎結構,但無法直接從您的程式碼使用。 |
回到頁首
屬性
回到頁首
方法
名稱 | 說明 | |
---|---|---|
ConnectionParmsChanged | 變更連接參數。 (繼承自 SqlOlapConnectionInfoBase。) | |
Copy | 請勿直接在程式碼中參考此成員。它支援 SQL Server 基礎結構。根據目前的連接物件建立新的 OlapConnectionInfo 物件。 | |
CreateConnectionObject | 請勿直接在程式碼中參考此成員。它支援 SQL Server 基礎結構。為 SQL Server Database Engine 執行個體的連接,建立 IDbConnection 物件。 (覆寫 SqlOlapConnectionInfoBase.CreateConnectionObject()。) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | 傳回以字串值表示的物件。 (繼承自 SqlOlapConnectionInfoBase。) |
回到頁首
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。