IVsDataConnectionSupport Interface

Definition

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

public interface class IVsDataConnectionSupport : IDisposable, IServiceProvider
public interface IVsDataConnectionSupport : IDisposable, IServiceProvider
type IVsDataConnectionSupport = interface
    interface IServiceProvider
    interface IDisposable
Public Interface IVsDataConnectionSupport
Implements IDisposable, IServiceProvider
Derived
Implements

Properties

ConnectionString

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

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.

ProviderObject

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

State

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

Methods

Close()

When implemented by a class, closes the specified connection.

Initialize(Object)

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

Open(Boolean)

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

Applies to