次の方法で共有


PermissionInfo.GranteeType プロパティ

権限付与対象ユーザーの種類を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.PrincipalType
権限付与対象ユーザーの種類を示す PrincipalType オブジェクト値です。

使用例

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

関連項目

参照

PermissionInfo クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

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

sys.syspermissions (Transact-SQL)