Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the specified connection, optionally from an existing data provider object.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Sub Initialize ( _
providerObj As Object _
)
public abstract void Initialize(
Object providerObj
)
public:
virtual void Initialize(
Object^ providerObj
) abstract
abstract Initialize :
providerObj:Object -> unit
public abstract function Initialize(
providerObj : Object
)
Parameters
- providerObj
Type: System.Object
An existing DDEX Provider object to be wrapped, or nulla null reference (Nothing in Visual Basic) if a new provider object should be created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.