DataConnection.SourceInformation Property
Retrieves an object that provides a set of well known name/value pairs describing the characteristics of the data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property SourceInformation As DataSourceInformation
public DataSourceInformation SourceInformation { get; }
public:
property DataSourceInformation^ SourceInformation {
DataSourceInformation^ get ();
}
member SourceInformation : DataSourceInformation with get
function get SourceInformation () : DataSourceInformation
Property Value
Type: Microsoft.VisualStudio.Data.DataSourceInformation
Returns a DataSourceInformation object instance, which provides a set of name/value pairs that describe characteristics of the data source.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.