User 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MDS 시스템, 보안 권한이 할당될 수 있는 사람에게 알려진 사용자를 나타냅니다.
public ref class User sealed : Microsoft::MasterDataServices::Services::DataContracts::SecurityPrincipalBase
[System.Runtime.Serialization.DataContract(Name="User", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class User : Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipalBase
[<System.Runtime.Serialization.DataContract(Name="User", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type User = class
inherit SecurityPrincipalBase
Public NotInheritable Class User
Inherits SecurityPrincipalBase
- 상속
- 특성
설명
복합 형식은 User 특정 권한이 할당된 Active Directory 사용자를 지정합니다. 이러한 권한은 Active Directory 그룹에서 상속되거나 직접 할당되었습니다.
생성자
User() |
User의 기본 생성자입니다. |
속성
AuditInfo |
AuditInfo를 지정합니다. (다음에서 상속됨 SecurityPrincipalBase) |
Description |
보안 주체에 대한 설명을 지정합니다. (다음에서 상속됨 SecurityPrincipalBase) |
DisplayName |
사용자의 표시 이름을 지정합니다. |
EmailAddress |
전자 메일 주소를 지정합니다. |
EmailFormat |
EmailFormat를 지정합니다. |
GroupPrivileges |
그룹 사용 권한 Identifier목록을 지정합니다. |
Identifier |
사용자를 Identifier지정합니다. (다음에서 상속됨 SecurityPrincipalBase) |
LastLogOn |
마지막 로그인을 지정합니다. DateTime |
LoggedIn |
사용자가 로그인되었음을 나타내는 플래그를 지정합니다. |
SecurityPrivilege |
보안 주체에 할당된 목록을 SecurityPrivileges 지정합니다. (다음에서 상속됨 SecurityPrincipalBase) |
SID |
보안 주체의 보안 토큰 식별자입니다. (다음에서 상속됨 SecurityPrincipalBase) |
메서드
Equals(Object) |
SID가 같으면 두 사용자가 같음 (다음에서 상속됨 SecurityPrincipalBase) |
GetHashCode() |
해시 코드의 좋은 기반은 사용자의 SID입니다. (다음에서 상속됨 SecurityPrincipalBase) |
SetProperty<T>(T, T, String) |
속성을 지정한 값으로 변경합니다. |
SetProperty<T>(T, T, String, Boolean) |
속성을 지정한 값으로 변경합니다. |