共用方式為


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。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices.AdomdServer 命名空間