Share via


DataSource.GetProviders Method

Definition

Retrieves an array of data provider GUIDs representing DDEX providers that support the data source.

public:
 abstract cli::array <Guid> ^ GetProviders();
public abstract Guid[] GetProviders ();
abstract member GetProviders : unit -> Guid[]
Public MustOverride Function GetProviders () As Guid()

Returns

Guid[]

Returns an array of GUIDs.

Applies to