Compartilhar via


Método DataSource.SetCachedCredentials

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Sets the credentials from the cached.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Sub SetCachedCredentials ( _
    creds As CachedCredentials _
)
'Uso
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
)

Parâmetros

  • creds
    Tipo: CachedCredentials
    The credential cached.

Consulte também

Referência

DataSource Classe

Namespace Microsoft.ReportingServices.RdlObjectModel