IVsDataTableForeignKeyColumn Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a mapped object that describes a table foreign key column.
public interface class IVsDataTableForeignKeyColumn : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>, Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn
[Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableForeignKeyColumn", AvailableRestrictions="Catalog, Schema, Table, TableForeignKey, Name", ClassId="675817C0-B836-4624-B6F6-7282BB4C470E", Identifier="Catalog, Schema, Table, TableForeignKey, Name", RequiredOrdering="Catalog, Schema, Table, TableForeignKey, Ordinal")]
public interface IVsDataTableForeignKeyColumn : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>, Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn
[<Microsoft.VisualStudio.Data.Services.DataMappedObjectType("TableForeignKeyColumn", AvailableRestrictions="Catalog, Schema, Table, TableForeignKey, Name", ClassId="675817C0-B836-4624-B6F6-7282BB4C470E", Identifier="Catalog, Schema, Table, TableForeignKey, Name", RequiredOrdering="Catalog, Schema, Table, TableForeignKey, Ordinal")>]
type IVsDataTableForeignKeyColumn = interface
interface IVsDataTableColumn
interface IVsDataColumn
interface IVsDataMappedObject
interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataTableForeignKeyColumn
Implements IVsDataSiteableObject(Of IVsDataMappedObject), IVsDataTableColumn
- 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. (Inherited from IVsDataTableColumn) |
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. (Inherited from IVsDataTableColumn) |
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) |
ReferencedColumn |
Gets the table column that the foreign key column references in the referenced table. |
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) |