DataSource.SetCachedCredentials 方法

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

Sets the credentials from the cached.

命名空间:  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
    The credential cached.

请参阅

参考

DataSource 类

Microsoft.ReportingServices.RdlObjectModel 命名空间