Share via


IVsDataConnectionSupport Members

Include Protected Members
Include Inherited Members

Represents the interface that exposes methods and properties that enable you to work directly with connections to a data source.

The IVsDataConnectionSupport type exposes the following members.

Methods

 

Name

Description

Public method

Close

When implemented by a class, closes the specified connection.

Public method

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)

Public method

GetService

Gets the service object of the specified type. (Inherited from IServiceProvider.)

Public method

Initialize

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

Public method

Open

When implemented by a class, opens the specified data connection.

Top

Properties

 

Name

Description

Public property

ConnectionString

When implemented by a class, gets or sets a string representation of information required to establish a specified data source connection.

Public property

ConnectionTimeout

When implemented by a class, gets or sets the amount of time to wait when establishing a connection before terminating the attempt and generating a time-out error.

Public property

ProviderObject

When implemented by a class, gets the underlying provider object for the specified connection.

Public property

State

When implemented by a class, gets the state of the data connection.

Top

See Also

Reference

IVsDataConnectionSupport Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace