IVsDataConnection.Source Property

Definition

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.

Applies to