DataConnection.SourceInformation 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.
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.