Compartir a través de


ExplicitPermissionInfo.Grantor Propiedad

Gets the name of the principle that grants 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 Grantor As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ExplicitPermissionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices