Método SetCachedCredentials
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub SetCachedCredentials ( _
creds As CachedCredentials _
)
'Uso
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
)
Parâmetros
- creds
Tipo: CachedCredentials