次の方法で共有


DataViewSupport.Connection Property

Definition

Gets the connection associated with the data view hierarchy.

protected:
 property Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ Connection { Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ get(); };
protected Microsoft.VisualStudio.Data.Services.IVsDataConnection Connection { get; }
member this.Connection : Microsoft.VisualStudio.Data.Services.IVsDataConnection
Protected ReadOnly Property Connection As IVsDataConnection

Property Value

An IVsDataConnection object representing the connection associated with the data view hierarchy.

Applies to