PrincipalType 列挙型

定義

サーバーまたはデータベース プリンシパルの種類を指定します

public enum PrincipalType
type PrincipalType = 
Public Enum PrincipalType
継承
PrincipalType

フィールド

名前 説明
None -1

None.

Login 0

ログイン。

ServerRole 1

サーバー ロール。

User 2

ユーザー。

DatabaseRole 3

データベース ロール。

ApplicationRole 4

アプリケーション ロール。

適用対象