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.