Share via


AdoDotNetSourceInformation Class

Definition

Represents an implementation of the IVsDataSourceInformation interface using the ADO .NET DataSourceInformation metadata collection.

public ref class AdoDotNetSourceInformation : Microsoft::VisualStudio::Data::Framework::DataSourceInformation, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataSourceInformation
public class AdoDotNetSourceInformation : Microsoft.VisualStudio.Data.Framework.DataSourceInformation, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataSourceInformation
type AdoDotNetSourceInformation = class
    inherit DataSourceInformation
    interface IVsDataSourceInformation
Public Class AdoDotNetSourceInformation
Inherits DataSourceInformation
Implements IVsDataSourceInformation
Inheritance
Implements

Constructors

AdoDotNetSourceInformation()

Initializes a new instance of the AdoDotNetDataSourceInformation class.

AdoDotNetSourceInformation(IVsDataConnection)

Initializes a new instance of the AdoDotNetDataSourceInformation class with a data connection object.

Fields

CatalogInvalidCharacters

Specifies the data source information property that provides a string of characters that are not valid, that is, that may not appear in a generic catalog name.

(Inherited from DataSourceInformation)
CatalogInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose use at the start of a generic catalog name is not valid.

(Inherited from DataSourceInformation)
CatalogIsSuffixed

Specifies the data source information property that indicates whether a catalog name is suffixed on a multi-part object identifier, as opposed to being a prefix.

(Inherited from DataSourceInformation)
CatalogMaxLength

Specifies the data source information property that indicates the maximum length of a catalog name.

(Inherited from DataSourceInformation)
CatalogSeparator

Specifies the data source information property that indicates the character separating a catalog name from the other parts in an object identifier.

(Inherited from DataSourceInformation)
CatalogSupported

Specifies the data source information property that indicates whether a catalog name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
CatalogSupportedInDml

Specifies the data source information property that indicates whether a catalog name is supported in object identifiers that appear in SQL DML clauses.

(Inherited from DataSourceInformation)
ColumnAliasInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a column alias is not valid.

(Inherited from DataSourceInformation)
ColumnAliasInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a column alias is not valid.

(Inherited from DataSourceInformation)
ColumnAliasMaxLength

Specifies the data source information property that indicates the maximum length of a column alias.

(Inherited from DataSourceInformation)
ColumnAliasSupported

Specifies the data source information property that indicates whether a column alias is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
ColumnInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a column name is not valid.

(Inherited from DataSourceInformation)
ColumnInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a column name is not valid.

(Inherited from DataSourceInformation)
ColumnMaxLength

Specifies the data source information property that indicates the maximum length of a column name.

(Inherited from DataSourceInformation)
ColumnSupported

Specifies the data source information property that indicates whether a column name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
CommandDeriveParametersSupport

Specifies what types of commands are supported by the DeriveParameters(String, DataCommandType, Int32) method.

(Inherited from DataSourceInformation)
CommandDeriveSchemaSupport

Specifies what types of commands are supported by the DeriveSchema(String, DataCommandType, IVsDataParameter[], Int32) method.

(Inherited from DataSourceInformation)
CommandExecuteSupport

Specifies what types of commands are supported by the Execute(String, DataCommandType, IVsDataParameter[], Int32) and ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[]) methods.

(Inherited from DataSourceInformation)
CommandParameterSupport

Specifies which parameter directions are supported.

(Inherited from DataSourceInformation)
CommandPrepareSupport

Specifies which types of commands are supported by the Prepare(String, DataCommandType) method.

(Inherited from DataSourceInformation)
DataSourceCulture

Specifies the geographical culture of the data source.

(Inherited from DataSourceInformation)
DataSourceName

Specifies the name of the data source.

(Inherited from DataSourceInformation)
DataSourceProduct

Specifies the name of the product of the data source.

(Inherited from DataSourceInformation)
DataSourceVersion

Specifies the version of the data source.

(Inherited from DataSourceInformation)
DateLiteralPrefix

Specifies the data source information property that provides the character or characters that prefix a date/time literal.

(Inherited from DataSourceInformation)
DateLiteralSuffix

Specifies the data source information property that provides the character or characters that suffix a date/time literal.

(Inherited from DataSourceInformation)
DefaultCatalog

Specifies the data source information property that provides the name of the default catalog.

(Inherited from DataSourceInformation)
DefaultSchema

Specifies the data source information property that provides the name of the default schema.

(Inherited from DataSourceInformation)
IdentifierCloseQuote

Specifies the data source information property that provides the character used to close an identifier part that needs to be enclosed in quotation marks.

(Inherited from DataSourceInformation)
IdentifierOpenQuote

Specifies the data source information property that provides the character used to open an identifier part that needs to be enclosed in quotation marks.

(Inherited from DataSourceInformation)
IdentifierPartsCaseSensitive

Specifies the data source information property that indicates whether identifier parts are treated as case sensitive.

(Inherited from DataSourceInformation)
IdentifierPartsStorageCase

Specifies the data source information property that indicates the case of identifier parts that are stored in the data source.

(Inherited from DataSourceInformation)
IndexInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance as an index name is not valid.

(Inherited from DataSourceInformation)
IndexInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of an index name is not valid.

(Inherited from DataSourceInformation)
IndexMaxLength

Specifies the data source information property that indicates the maximum length of an index name.

(Inherited from DataSourceInformation)
IndexSupported

Specifies the data source information property that indicates whether an index name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
LikeClausePercent

Specifies the data source information property that indicates the wildcard character used to capture zero or more characters within values for a LIKE clause in a SQL DML statement.

(Inherited from DataSourceInformation)
LikeClausePercentEscape

Specifies the data source information property that indicates the character used to escape the LikeClausePercent character within values for a LIKE clause in a SQL DML statement.

(Inherited from DataSourceInformation)
LikeClauseUnderscore

Specifies the data source information property that indicates the wildcard character used to capture a single character within values for a LIKE clause in a SQL DML statement.

(Inherited from DataSourceInformation)
LikeClauseUnderscoreEscape

Specifies the data source information property that indicates the character used to escape the LikeClauseUnderscore character within values for a LIKE clause in a SQL DML statement.

(Inherited from DataSourceInformation)
ParameterPrefix

Specifies the data source information property that provides the character used to prefix a parameter name.

(Inherited from DataSourceInformation)
ParameterPrefixInName

Specifies the data source information property that indicates whether the parameter prefix should appear in the value set for the Name property.

(Inherited from DataSourceInformation)
ProcedureInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a procedure name is not valid.

(Inherited from DataSourceInformation)
ProcedureInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a procedure name is not valid.

(Inherited from DataSourceInformation)
ProcedureMaxLength

Specifies the data source information property that indicates the maximum length of a procedure name.

(Inherited from DataSourceInformation)
ProcedureSupported

Specifies the data source information property that indicates whether a procedure name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
QuotedIdentifierPartsCaseSensitive

Specifies the data source information property that indicates whether identifier parts enclosed in quotation marks are treated as case sensitive.

(Inherited from DataSourceInformation)
QuotedIdentifierPartsStorageCase

Specifies the data source information property that indicates the case of identifier parts enclosed in quotation marks that are stored in the data source.

(Inherited from DataSourceInformation)
ReservedWords

Specifies the data source information property that provides the set of reserved words on the data source.

(Inherited from DataSourceInformation)
SchemaInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a schema name is not valid.

(Inherited from DataSourceInformation)
SchemaInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a schema name is not valid.

(Inherited from DataSourceInformation)
SchemaMaxLength

Specifies the data source information property that indicates the maximum length of a schema name.

(Inherited from DataSourceInformation)
SchemaSeparator

Specifies the data source information property that indicates the character separating a schema name from the other parts of an object identifier.

(Inherited from DataSourceInformation)
SchemaSupported

Specifies the data source information property that indicates whether a schema name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
SchemaSupportedInDml

Specifies the data source information property that indicates whether a schema name is supported in object identifiers that appear in SQL DML clauses.

(Inherited from DataSourceInformation)
ServerSeparator

Specifies the data source information property that indicates the character separating a server name from the other parts of an object identifier.

(Inherited from DataSourceInformation)
SupportsAnsi92Sql

Specifies the data source information property that indicates whether the data source supports the ANSI92 SQL standard.

(Inherited from DataSourceInformation)
SupportsCommandTimeout

Specifies the data source information property that indicates whether command timeouts are supported.

(Inherited from DataSourceInformation)
SupportsNestedTransactions

Specifies the data source information property that indicates whether transactions can be started, committed, or rolled back inside other transactions.

(Inherited from DataSourceInformation)
SupportsQuotedIdentifierParts

Specifies the data source information property that indicates whether identifier parts enclosed in quotation marks are supported.

(Inherited from DataSourceInformation)
SupportsVerifySql

Specifies the data source information property that indicates whether SQL verification is supported.

(Inherited from DataSourceInformation)
TableAliasInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a table alias is not valid.

(Inherited from DataSourceInformation)
TableAliasInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a table alias is not valid.

(Inherited from DataSourceInformation)
TableAliasMaxLength

Specifies the data source information property that indicates the maximum length of a table alias.

(Inherited from DataSourceInformation)
TableAliasSupported

Specifies the data source information property that indicates whether a table alias is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
TableInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a table name is not valid.

(Inherited from DataSourceInformation)
TableInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a table name is not valid.

(Inherited from DataSourceInformation)
TableMaxLength

Specifies the data source information property that indicates the maximum length of a table name.

(Inherited from DataSourceInformation)
TableSupported

Specifies the data source information property that indicates whether a table name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
UserInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a user name is not valid.

(Inherited from DataSourceInformation)
UserInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a user name is not valid.

(Inherited from DataSourceInformation)
UserMaxLength

Specifies the data source information property that indicates the maximum length of a user name.

(Inherited from DataSourceInformation)
UserSupported

Specifies the data source information property that indicates whether a user name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)
ViewInvalidCharacters

Specifies the data source information property that provides a string of characters whose appearance in a view name is not valid.

(Inherited from DataSourceInformation)
ViewInvalidStartCharacters

Specifies the data source information property that provides a string of characters whose appearance at the start of a view name is not valid.

(Inherited from DataSourceInformation)
ViewMaxLength

Specifies the data source information property that indicates the maximum length of a view name.

(Inherited from DataSourceInformation)
ViewSupported

Specifies the data source information property that indicates whether a view name is supported in a multi-part object identifier.

(Inherited from DataSourceInformation)

Properties

Connection

Gets the underlying DbConnection object instance used in the class.

Item[String]

Gets a data source information property with the specified name.

(Inherited from DataSourceInformation)
Site

Gets or sets the object site.

(Inherited from DataSiteableObject<T>)
SourceInformation

Gets in-memory data source information provided by an implementation of the DataTable class to represent a table of in-memory data.

Methods

AddProperty(String)

Adds a property to the list of supported properties.

(Inherited from DataSourceInformation)
AddProperty(String, Object)

Adds a property and its value to the list of supported properties.

(Inherited from DataSourceInformation)
Contains(String)

Retrieves a Boolean value indicating whether a specified property is contained in this data source information instance.

(Inherited from DataSourceInformation)
GetType(String)

Retrieves the Type value indicating the type of a specified property, thus enabling appropriate conversion of a retrieved value to the correct type.

(Inherited from DataSourceInformation)
OnSiteChanged(EventArgs)

Raises the SiteChanged event.

RetrieveValue(String)

Retrieves a value for a specified data source information property.

Events

SiteChanged

Occurs when the Site property is changed.

(Inherited from DataSiteableObject<T>)

Explicit Interface Implementations

IVsDataSourceInformation.Contains(String)

Retrieves a Boolean value indicating whether the specified property is contained in the data source information instance.

IVsDataSourceInformation.Item[String]

Gets a data source information property with the specified name.

Applies to