次の方法で共有


PrincipalType 列挙体

セキュリティ プリンシパルのさまざまなマスター データ管理 (MDM) の種類を指定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataContractAttribute(Name := "PrincipalType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration PrincipalType
'使用
Dim instance As PrincipalType
[DataContractAttribute(Name = "PrincipalType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PrincipalType
[DataContractAttribute(Name = L"PrincipalType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class PrincipalType
[<DataContractAttribute(Name = "PrincipalType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type PrincipalType
public enum PrincipalType

メンバー

メンバー名 説明
Group 種類は マスター データ サービス に割り当てられているグループ アカウントです。
None 種類は指定されていません。
UserAccount 種類は マスター データ サービス に割り当てられているユーザー アカウントです。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間