次の方法で共有


User クラス

定義

セキュリティ権限を割り当てる可能性のある、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 が等しい場合、2 人のユーザーが等しい

(継承元 SecurityPrincipalBase)
GetHashCode()

ハッシュ コードの適切な基礎は、ユーザーの SID です。

(継承元 SecurityPrincipalBase)
SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象