共用方式為


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 物件值。