User 屬性
Gets the identification of the user who opened the current 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
屬性值
型別:System.Security.Principal. . :: . .GenericIdentity
A System.Security.Principal..::..GenericIdentity object that has the information about the user who opened the current AdomdConnection.