Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the credentials from the cached.
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
The credential cached.