共用方式為


PermissionInfo.GranteeType 屬性

Gets the type of grantee.

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

範例

授與、撤銷和拒絕權限

請參閱

參考

PermissionInfo 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

權限 (Database Engine)

sys.syspermissions (Transact-SQL)