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

'宣言
Sub Initialize ( _
    providerObj As Object _
)
'使用
Dim instance As IVsDataConnectionSupport
Dim providerObj As Object

instance.Initialize(providerObj)
void Initialize(
    Object providerObj
)
void Initialize(
    Object^ providerObj
)
function Initialize(
    providerObj : Object
)

Parameters

  • providerObj
    Type: System.Object

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

Permissions

See Also

Reference

IVsDataConnectionSupport Interface

IVsDataConnectionSupport Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace