共用方式為


PermissionInfo.GrantorType 屬性

Gets the type of grantor.

命名空間:  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
A PrincipalType object value that specifies the type of grantee.

範例

授與、撤銷和拒絕權限

請參閱

參考

PermissionInfo 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

權限 (Database Engine)

sys.syspermissions (Transact-SQL)