DataSource.SetCachedCredentials 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Sub SetCachedCredentials ( _
    creds As CachedCredentials _
)
用法
Dim instance As DataSource
Dim creds As CachedCredentials

instance.SetCachedCredentials(creds)
public void SetCachedCredentials(
    CachedCredentials creds
)
public:
void SetCachedCredentials(
    CachedCredentials^ creds
)
member SetCachedCredentials : 
        creds:CachedCredentials -> unit 
public function SetCachedCredentials(
    creds : CachedCredentials
)

参数

  • creds
    类型:CachedCredentials