Share via


IVsDataConnectionSupport.Initialize Method

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

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Sub Initialize ( _
    providerObj As Object _
)
void Initialize(
    Object providerObj
)
void Initialize(
    Object^ providerObj
)
abstract Initialize : 
        providerObj:Object -> unit
function Initialize(
    providerObj : Object
)

Parameters

  • providerObj
    Type: System.Object

    An existing DDEX provider object, or nulla null reference (Nothing in Visual Basic) if a new object needs to be created.

.NET Framework Security

See Also

Reference

IVsDataConnectionSupport Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace