Condividi tramite


Proprietà ExplicitPermissionInfo.Grantee

Gets the name of the principle that granted the permission.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Grantee As String 
    Get
'Utilizzo
Dim instance As ExplicitPermissionInfo 
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
The name of the principle that granted the permission.

Vedere anche

Riferimento

ExplicitPermissionInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices