Freigeben über


DataSource.SetCachedCredentials-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Sets the credentials from the cached.

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

Syntax

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

Parameter

  • creds
    Typ: CachedCredentials
    The credential cached.

Siehe auch

Verweis

DataSource Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace