Поделиться через


ISql100TableTypeIndexedColumnSpecification.GetColumnRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql100TableTypeColumn.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetColumnRelationship As IModelSingleRelationship(Of ISql100TableTypeIndexedColumnSpecification, ISql100TableTypeColumn)
IModelSingleRelationship<ISql100TableTypeIndexedColumnSpecification, ISql100TableTypeColumn> GetColumnRelationship()
IModelSingleRelationship<ISql100TableTypeIndexedColumnSpecification^, ISql100TableTypeColumn^>^ GetColumnRelationship()
abstract GetColumnRelationship : unit -> IModelSingleRelationship<ISql100TableTypeIndexedColumnSpecification, ISql100TableTypeColumn> 
function GetColumnRelationship() : IModelSingleRelationship<ISql100TableTypeIndexedColumnSpecification, ISql100TableTypeColumn>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100TableTypeIndexedColumnSpecification, ISql100TableTypeColumn>

.NET Framework Security

See Also

Reference

ISql100TableTypeIndexedColumnSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace