Compartir a través de


ExplicitPermissionInfo.Grantee Propiedad

Gets the name of the principle that granted the permission.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property Grantee As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ExplicitPermissionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices