Partager via


Propriété ExplicitPermissionInfo.Grantor

Gets the name of the principle that grants 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 Grantor As String 
    Get
'Utilisation
Dim instance As ExplicitPermissionInfo 
Dim value As String 

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

Valeur de propriété

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

Voir aussi

Référence

ExplicitPermissionInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices