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.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Class AdoDotNetDataSourceInformation _
Inherits DataSourceInformation
'Usage
Dim instance As AdoDotNetDataSourceInformation
public class AdoDotNetDataSourceInformation : DataSourceInformation
public ref class AdoDotNetDataSourceInformation : public DataSourceInformation
public class AdoDotNetDataSourceInformation extends DataSourceInformation
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.ObjectWithSite
Microsoft.VisualStudio.Data.DataSourceInformation
Microsoft.VisualStudio.Data.AdoDotNet.AdoDotNetDataSourceInformation
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.