AdomdConnection 類別
Represents the connection object to the running instance of Analysis Services.
繼承階層
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..AdomdConnection
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public NotInheritable Class AdomdConnection
'用途
Dim instance As AdomdConnection
public sealed class AdomdConnection
public ref class AdomdConnection sealed
[<SealedAttribute>]
type AdomdConnection = class end
public final class AdomdConnection
AdomdConnection 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ClientCulture | Gets the System.Globalization..::..CultureInfo object that the current AdomdConnection is using with the client. | |
SessionID | Gets the session identifier for the current AdomdConnection. | |
User | Gets the identification of the user who opened the current AdomdConnection. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
CubeClosing | Occurs when the cube starts to close, but before the cube is actually closed. | |
CubeOpened | Occurs when the cube is opened. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。