IVsDataConnectionSupport.Initialize(Object) 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.
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.