Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.