ImpersonationInfo 클래스

Defines the type of credentials used to establish a connection to the server.

상속 계층

System.Object
  Microsoft.AnalysisServices.ImpersonationInfo

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Class ImpersonationInfo _
    Implements ICloneable
‘사용 방법
Dim instance As ImpersonationInfo
public class ImpersonationInfo : ICloneable
public ref class ImpersonationInfo : ICloneable
type ImpersonationInfo =  
    class 
        interface ICloneable 
    end
public class ImpersonationInfo implements ICloneable

ImpersonationInfo 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 ImpersonationInfo() Initializes a new instance of ImpersonationInfo using default values.
공용 메서드 ImpersonationInfo(ImpersonationMode) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode.
공용 메서드 ImpersonationInfo(String, String) Initializes a new instance of ImpersonationInfo for the specified user account and password.
공용 메서드 ImpersonationInfo(ImpersonationMode, String, String) Initializes a new instance of ImpersonationInfo for the specified ImpersonationMode, user account, and password.

맨 위로 이동

속성

  이름 설명
공용 속성 Account Gets or sets the user account.
공용 속성 ImpersonationInfoSecurity Gets or sets the password availability from data source.
공용 속성 ImpersonationMode Gets or sets the access mode the service uses to connect to the data source.
공용 속성 Password Gets or sets the password.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Clone Returns a full copy of current ImpersonationInfo object.
공용 메서드 CopyTo Returns a full copy of current ImpersonationInfo into specified object.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString Returns a System.String representation of current object. (Object.ToString()을(를) 재정의함)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this ImpersonationInfo object.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스