CachedCredentials Construtor

Definição

public:
 CachedCredentials(Guid dataSourceId, Microsoft::ReportDesigner::Data::DataSourceCredentialsType credentialsType, System::String ^ userName, System::String ^ password, bool useAsWindowsCredentials);
public CachedCredentials (Guid dataSourceId, Microsoft.ReportDesigner.Data.DataSourceCredentialsType credentialsType, string userName, string password, bool useAsWindowsCredentials);
Public Sub New (dataSourceId As Guid, credentialsType As DataSourceCredentialsType, userName As String, password As String, useAsWindowsCredentials As Boolean)

Parâmetros

dataSourceId
Guid
credentialsType
DataSourceCredentialsType
userName
String
password
String
useAsWindowsCredentials
Boolean

Aplica-se a