Właściwość PermissionInfo.GranteeType
Pobiera typ grantee.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property GranteeType As PrincipalType
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.PrincipalType
A PrincipalType wartość obiektu, który określa typ grantee.
Zobacz także