Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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