Freigeben über


SetCachedCredentials-Methode

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

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