Proprietà Grantee
Gets the name of the database user, logon, or database role who has been granted or denied access to the object.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Grantee As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the name of the grantee.
Osservazioni
This property is empty when column permissions are not enumerated.
Vedere anche