ImpersonationInfo 멤버

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

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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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() () () ()을(를) 재정의합니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICloneable. . :: . .Clone

맨 위로 이동