Share via


DataViewSupport.Connection Property

Gets the connection associated with the data view hierarchy.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected ReadOnly Property Connection As IVsDataConnection
protected IVsDataConnection Connection { get; }
protected:
property IVsDataConnection^ Connection {
    IVsDataConnection^ get ();
}
member Connection : IVsDataConnection with get
function get Connection () : IVsDataConnection

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataConnection
An IVsDataConnection object representing the connection associated with the data view hierarchy.

.NET Framework Security

See Also

Reference

DataViewSupport Class

Microsoft.VisualStudio.Data.Framework Namespace