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 命名空间