共用方式為


IDbConnectionExtension.Impersonate 屬性

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.

命名空間:  Microsoft.ReportingServices.DataProcessing
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
WriteOnly Property Impersonate As String 
    Set
'用途
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)

屬性值

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

請參閱

參考

IDbConnectionExtension 介面

Microsoft.ReportingServices.DataProcessing 命名空間