RptDataExtensions.DataExtensionInfo.GetSupportedCredentialsInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
static void GetSupportedCredentialsInfo(Microsoft::ReportDesigner::Data::Server::RptDataExtensions::DataExtensionInfo ^ deInfo, System::String ^ connectionString, [Runtime::InteropServices::Out] bool % integratedAuthSupported, [Runtime::InteropServices::Out] bool % storedCredSupported, [Runtime::InteropServices::Out] bool % promptSupported, [Runtime::InteropServices::Out] bool % noCredSupported, [Runtime::InteropServices::Out] Microsoft::ReportDesigner::Data::DataSourceCredentialsType % defaultCredentialsType);
public static void GetSupportedCredentialsInfo (Microsoft.ReportDesigner.Data.Server.RptDataExtensions.DataExtensionInfo deInfo, string connectionString, out bool integratedAuthSupported, out bool storedCredSupported, out bool promptSupported, out bool noCredSupported, out Microsoft.ReportDesigner.Data.DataSourceCredentialsType defaultCredentialsType);
static member GetSupportedCredentialsInfo : Microsoft.ReportDesigner.Data.Server.RptDataExtensions.DataExtensionInfo * string * bool * bool * bool * bool * DataSourceCredentialsType -> unit
Public Shared Sub GetSupportedCredentialsInfo (deInfo As RptDataExtensions.DataExtensionInfo, connectionString As String, ByRef integratedAuthSupported As Boolean, ByRef storedCredSupported As Boolean, ByRef promptSupported As Boolean, ByRef noCredSupported As Boolean, ByRef defaultCredentialsType As DataSourceCredentialsType)
パラメーター
- connectionString
- String
- integratedAuthSupported
- Boolean
- storedCredSupported
- Boolean
- promptSupported
- Boolean
- noCredSupported
- Boolean
- defaultCredentialsType
- DataSourceCredentialsType