次の方法で共有


CachedCredentials コンストラクター

定義

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);
new Microsoft.ReportDesigner.Data.CachedCredentials : Guid * Microsoft.ReportDesigner.Data.DataSourceCredentialsType * string * string * bool -> Microsoft.ReportDesigner.Data.CachedCredentials
Public Sub New (dataSourceId As Guid, credentialsType As DataSourceCredentialsType, userName As String, password As String, useAsWindowsCredentials As Boolean)

パラメーター

dataSourceId
Guid
credentialsType
DataSourceCredentialsType
userName
String
password
String
useAsWindowsCredentials
Boolean

適用対象