Soap.SOAPDm.TSoapDataModule.SAS_GetProviderNames

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function  SAS_GetProviderNames: TWideStringDynArray; virtual; stdcall;

C++

virtual System::DynamicArray<System::WideString> __stdcall SAS_GetProviderNames();

Properties

Type Visibility Source Unit Parent
function protected
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Returns a list of all the available providers on the SOAP data module.

Call SAS_SAS_GetProviderNames for a list of all registered providers available from a SOAP data module. These values indicate the possible values for the ProviderName property of a client dataset that connects to the SOAP data module. When calling any of the SOAP data modules through the IAppServerSOAP interface, pass one of these names to indicate the provider that is the target of the method call.

SAS_SAS_GetProviderNames returns the names of the providers in a dynamic array. Client datasets are associated with a provider by setting their ProviderName property to one of these names.

Note: Applications can only call the protected SAS_SAS_GetProviderNames method using the IAppServerSOAP interface.

See Also