IVsDataTableColumn Interface

Definition

Represents a mapped object that describes a tabular object column.

public interface class IVsDataTableColumn : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataColumn
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableForeignKeyColumn", AvailableRestrictions="Catalog, Schema, Table, TableForeignKey, Name", ClassId="ECAB02DB-6A5D-4675-8FC2-FD38A115D674", Identifier="Catalog, Schema, Table, ForeignKey, Name", RequiredOrdering="Catalog, Schema, Table, TableForeignKey, Ordinal")]
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableColumn", AvailableRestrictions="Catalog, Schema, Table, Name", ClassId="ECAB02DB-6A5D-4675-8FC2-FD38A115D674", Identifier="Catalog, Schema, Table, Name", RequiredOrdering="Catalog, Schema, Table, Ordinal")]
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableUniqueKeyColumn", AvailableRestrictions="Catalog, Schema, Table, TableUniqueKey, Name", ClassId="ECAB02DB-6A5D-4675-8FC2-FD38A115D674", Identifier="Catalog, Schema, Table, UniqueKey, Name", RequiredOrdering="Catalog, Schema, Table, TableUniqueKey, Ordinal")]
public interface IVsDataTableColumn : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataColumn
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableForeignKeyColumn", AvailableRestrictions="Catalog, Schema, Table, TableForeignKey, Name", ClassId="ECAB02DB-6A5D-4675-8FC2-FD38A115D674", Identifier="Catalog, Schema, Table, ForeignKey, Name", RequiredOrdering="Catalog, Schema, Table, TableForeignKey, Ordinal")>]
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableColumn", AvailableRestrictions="Catalog, Schema, Table, Name", ClassId="ECAB02DB-6A5D-4675-8FC2-FD38A115D674", Identifier="Catalog, Schema, Table, Name", RequiredOrdering="Catalog, Schema, Table, Ordinal")>]
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableUniqueKeyColumn", AvailableRestrictions="Catalog, Schema, Table, TableUniqueKey, Name", ClassId="ECAB02DB-6A5D-4675-8FC2-FD38A115D674", Identifier="Catalog, Schema, Table, UniqueKey, Name", RequiredOrdering="Catalog, Schema, Table, TableUniqueKey, Ordinal")>]
type IVsDataTableColumn = interface
    interface IVsDataColumn
    interface IVsDataMappedObject
    interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataTableColumn
Implements IVsDataColumn, IVsDataSiteableObject(Of IVsDataMappedObject)
Derived
Attributes
Implements

Properties

AdoDotNetDataType

Gets the ADO.NET data type as a numerical value from an ADO.NET–specific enumeration.

(Inherited from IVsDataColumn)
AdoDotNetDbType

Gets a value from the DbType enumeration that specifies the data type of the column for an ADO.NET data provider.

(Inherited from IVsDataColumn)
DefaultValue

Gets the default value assigned to this column object, if any.

FrameworkDataType

Gets the .NET Framework type of the column.

(Inherited from IVsDataColumn)
Identifier

Gets the list of identifier parts that uniquely identify the current generic mapped type.

(Inherited from IVsDataMappedObject)
IsComputed

Gets a value indicating whether this column object is computed.

IsDeleted

Gets a value indicating whether the current generic mapped type is deleted.

(Inherited from IVsDataMappedObject)
IsNullable

Gets a value indicating whether the column is nullable.

(Inherited from IVsDataColumn)
Length

Gets the length of the column.

(Inherited from IVsDataColumn)
Name

Gets the name of the generic mapped type.

(Inherited from IVsDataMappedObject)
NativeDataType

Gets the data source–specific data type name.

(Inherited from IVsDataColumn)
Ordinal

Gets the ordinal number of the column, which specifies the order of the column in the columns collection.

(Inherited from IVsDataColumn)
Precision

Gets the maximum number of digits stored in the column.

(Inherited from IVsDataColumn)
Properties

Gets name/value pairs containing the property names and values associated with the current generic mapped type.

(Inherited from IVsDataMappedObject)
Scale

Gets the maximum number of digits to the right of the decimal point.

(Inherited from IVsDataColumn)
Selector

Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file.

(Inherited from IVsDataMappedObject)
Site

Gets or sets the site.

(Inherited from IVsDataSiteableObject<T>)
Type

Gets the type name as a string for the current generic mapped type.

(Inherited from IVsDataMappedObject)
UnderlyingObject

Gets the underlying object that is contained by the current generic mapped type.

(Inherited from IVsDataMappedObject)
UserDataType

Gets a user-defined data type.

(Inherited from IVsDataColumn)

Applies to