Compartir a través de


IDbConnectionExtension.Impersonate Propiedad

Sets the username of the user that is impersonated while queries are executed. This property is ignored by the report server if impersonation is not supported by the data provider.

Espacio de nombres:  Microsoft.ReportingServices.DataProcessing
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
WriteOnly Property Impersonate As String 
    Set
'Uso
Dim instance As IDbConnectionExtension 
Dim value As String

instance.Impersonate = value
string Impersonate { set; }
property String^ Impersonate {
    void set (String^ value);
}
abstract Impersonate : string with get, set
function set Impersonate (value : String)

Valor de la propiedad

Tipo: System.String
The username of the user that is impersonated while queries are executed.

Vea también

Referencia

IDbConnectionExtension Interfaz

Espacio de nombres Microsoft.ReportingServices.DataProcessing