Share via


IVsDataConnectionSupport.Initialize(Object) Method

Definition

When implemented by a class, initializes the specified connection, optionally from an existing data provider object.

public:
 void Initialize(System::Object ^ providerObj);
public void Initialize (object providerObj);
abstract member Initialize : obj -> unit
Public Sub Initialize (providerObj As Object)

Parameters

providerObj
Object

An existing DDEX provider object, or null if a new object needs to be created.

Applies to