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.
Provides information about an ADO.NET data source in the form of properties passed as name/value pairs.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Class AdoDotNetSourceInformation _
Inherits DataSourceInformation _
Implements IVsDataSourceInformation
'Usage
Dim instance As AdoDotNetSourceInformation
public class AdoDotNetSourceInformation : DataSourceInformation,
IVsDataSourceInformation
public ref class AdoDotNetSourceInformation : public DataSourceInformation,
IVsDataSourceInformation
public class AdoDotNetSourceInformation extends DataSourceInformation implements IVsDataSourceInformation
Remarks
Following is a list of supported data source information properties:
Property |
Description |
---|---|
Value of the DataSource property. |
|
Value of the DataSourceProductName column in the ADO.NET data source information data table. |
|
Value of the DataSourceProductVersion column in the ADO.NET data source information data table. |
|
Defaults to false. |
|
Text only. |
|
Text only. |
|
Text only. |
|
Text only. |
|
InOut and ReturnValue. |
|
Defaults to true. |
|
Value of Database, if non-null and not empty. |
|
Heuristic based on the SupportedJoinOperators column in the ADO.NET data source information; if any outer join is supported, returns true, otherwise returns false. |
|
true if the value of the IdentifierCase column in the ADO.NET data source information includes Sensitive; false if the value is Insensitive; nulla null reference (Nothing in Visual Basic) if neither. |
|
true if the value of the QuotedIdentifierCase column in the ADO.NET data source information includes Sensitive; false if the value is Insensitive; nulla null reference (Nothing in Visual Basic) if neither. |
|
Calls the GetSchema method with ReservedWords and creates a comma-delimited list of reserved words from each row in the result set. |
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataConnection>
Microsoft.VisualStudio.Data.Framework.DataSourceInformation
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetSourceInformation
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.