Partager via


Propriété ExplicitPermissionInfo.Grantee

Gets the name of the principle that granted the permission.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Grantee As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The name of the principle that granted the permission.

Voir aussi

Référence

ExplicitPermissionInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices