共用方式為


AdomdConnection.User 屬性

取得開啟目前 AdomdConnection 之使用者的識別。

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property User As GenericIdentity 
    Get
'用途
Dim instance As AdomdConnection 
Dim value As GenericIdentity 

value = instance.User
public GenericIdentity User { get; }
public:
property GenericIdentity^ User {
    GenericIdentity^ get ();
}
member User : GenericIdentity
function get User () : GenericIdentity

屬性值

型別:GenericIdentity
GenericIdentity 物件,此物件具有開啟目前 AdomdConnection 的使用者相關資訊。

請參閱

參考

AdomdConnection 類別

Microsoft.AnalysisServices.AdomdServer 命名空間