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 オブジェクト値です。