Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
public DataSourceInformation SourceInformation { get; }
public:
property DataSourceInformation^ SourceInformation {
DataSourceInformation^ get ();
}
member SourceInformation : DataSourceInformation
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.