DataSource.GetProviders Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.