Udostępnij za pośrednictwem


Właściwość PermissionInfo.Grantee

Pobiera nazwę użytkownika bazy danych, logowania lub rola bazy danych, na który udzielono lub odmówiono dostępu do obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Property Grantee As String
    Get
'Użycie
Dim instance As PermissionInfo
Dim value As String

value = instance.Grantee
public string Grantee { get; }
public:
property String^ Grantee {
    String^ get ();
}
member Grantee : string
function get Grantee () : String

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę grantee.

Uwagi

Ta właściwość jest pusta, gdy uprawnienia kolumna nie są wyliczone.