IVsDataConnection.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GUID of the data source for the current data connection, if any.
public:
property Guid Source { Guid get(); };
public Guid Source { get; }
member this.Source : Guid
Public ReadOnly Property Source As Guid
Property Value
A Guid object representing the data source for the current data connection.