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);
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