Share via


ISqlIndexedColumnSpecification.GetColumnRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlColumn.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn>

.NET Framework Security

See Also

Reference

ISqlIndexedColumnSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace