Share via


PrincipalType 列挙型

定義

セキュリティ プリンシパルの種類 (None、UserAccount、または Group) を指定します。

public enum class PrincipalType
[System.Runtime.Serialization.DataContract(Name="PrincipalType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PrincipalType
[<System.Runtime.Serialization.DataContract(Name="PrincipalType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type PrincipalType = 
Public Enum PrincipalType
継承
PrincipalType
属性

フィールド

Group 2

Group

None 0

なし

UserAccount 1

User

注釈

単純型は PrincipalType 、セキュリティ プリンシパル (ユーザーまたはグループ) の種類を指定します。

適用対象