DataConnection.SourceInformation Property

Definition

Retrieves an object that provides a set of well known name/value pairs describing the characteristics of the data source.

public:
 property Microsoft::VisualStudio::Data::DataSourceInformation ^ SourceInformation { Microsoft::VisualStudio::Data::DataSourceInformation ^ get(); };
public Microsoft.VisualStudio.Data.DataSourceInformation SourceInformation { get; }
member this.SourceInformation : Microsoft.VisualStudio.Data.DataSourceInformation
Public ReadOnly Property SourceInformation As DataSourceInformation

Property Value

Returns a DataSourceInformation object instance, which provides a set of name/value pairs that describe characteristics of the data source.

Applies to