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