RptDataExtensions.DataExtensionInfo.GetSupportedCredentialsInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- connectionString
- String
- integratedAuthSupported
- Boolean
- storedCredSupported
- Boolean
- promptSupported
- Boolean
- noCredSupported
- Boolean
- defaultCredentialsType
- DataSourceCredentialsType