RptDataExtensions.DataExtensionInfo.GetSupportedCredentialsInfo Methode

Definition

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)

Parameter

connectionString
String
integratedAuthSupported
Boolean
storedCredSupported
Boolean
promptSupported
Boolean
noCredSupported
Boolean
defaultCredentialsType
DataSourceCredentialsType

Gilt für: