DataSourceDefinition.WindowsCredentials 属性

Gets or sets a value that indicates whether the report server passes user-provided or stored credentials as Windows credentials when it connects to a data source.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property WindowsCredentials As Boolean 
    Get 
    Set
用法
Dim instance As DataSourceDefinition 
Dim value As Boolean 

value = instance.WindowsCredentials

instance.WindowsCredentials = value
public bool WindowsCredentials { get; set; }
public:
property bool WindowsCredentials {
    bool get ();
    void set (bool value);
}
member WindowsCredentials : bool with get, set
function get WindowsCredentials () : boolean 
function set WindowsCredentials (value : boolean)

属性值

类型:System.Boolean
true if the report server passes user-provided or stored credentials as Windows credentials when it connects to a data source; otherwise, false. The default is false.

注释

When WindowsCredentials is set to true, the submitted credentials are processed as Windows credentials when the report server connects to a data source.

The report server impersonates the user before it makes the connection to the data source.

This property is valid when the CredentialRetrieval property is set to Prompt or Store. This property is ignored if CredentialRetrieval is set to Integrated.

请参阅

参考

DataSourceDefinition 类

ReportService2010 命名空间