Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.ObjectAn existing DDEX provider object, or nulla null reference (Nothing in Visual Basic) if a new object needs to 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.
See Also
Reference
IVsDataConnectionSupport Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace