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 ADO.NET connection, using a specified provider.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides Sub Initialize ( _
providerObj As Object _
)
public override void Initialize(
Object providerObj
)
public:
virtual void Initialize(
Object^ providerObj
) override
abstract Initialize :
providerObj:Object -> unit
override Initialize :
providerObj:Object -> unit
public override function Initialize(
providerObj : Object
)
Parameters
- providerObj
Type: System.Object
Data provider object, or nulla null reference (Nothing in Visual Basic) if a new object needs to be created.
Implements
IVsDataConnectionSupport.Initialize(Object)
.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.