Condividi tramite


Metodo DataSource.SetCachedCredentials

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Sets the credentials from the cached.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub SetCachedCredentials ( _
    creds As CachedCredentials _
)
'Utilizzo
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
)

Parametri

  • creds
    Tipo: CachedCredentials
    The credential cached.

Vedere anche

Riferimento

DataSource Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel