User 속성

Gets the identification of the user who opened the current AdomdConnection.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
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.