Méthode SetCachedCredentials
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub SetCachedCredentials ( _
creds As CachedCredentials _
)
'Utilisation
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
)
Paramètres
- creds
Type : CachedCredentials