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