PermissionInfo.GrantorType プロパティ

権限の許可者の種類を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Property GrantorType As PrincipalType 
    Get
'使用
Dim instance As PermissionInfo 
Dim value As PrincipalType 

value = instance.GrantorType
public PrincipalType GrantorType { get; }
public:
property PrincipalType GrantorType {
    PrincipalType get ();
}
member GrantorType : PrincipalType
function get GrantorType () : PrincipalType

プロパティ値

型: Microsoft.SqlServer.Management.Smo.PrincipalType
権限の許可者の種類を示す PrincipalType オブジェクト値です。

使用例

権限の許可、取り消し、および拒否

関連項目

参照

PermissionInfo クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

権限 (データベース エンジン)

sys.syspermissions (Transact-SQL)