ISqlIndexedColumnSpecification.GetColumnRelationship Method

Gets column relationship.

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

Syntax

'Declaration
Function GetColumnRelationship As IModelSingleRelationship(Of ISqlIndexedColumnSpecification, ISqlColumn)
'Usage
Dim instance As ISqlIndexedColumnSpecification
Dim returnValue As IModelSingleRelationship(Of ISqlIndexedColumnSpecification, ISqlColumn)

returnValue = instance.GetColumnRelationship()
IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn> GetColumnRelationship()
IModelSingleRelationship<ISqlIndexedColumnSpecification^, ISqlColumn^>^ GetColumnRelationship()
function GetColumnRelationship() : IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn>
abstract GetColumnRelationship : unit -> IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlIndexedColumnSpecification, ISqlColumn>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISqlIndexedColumnSpecification Interface

ISqlIndexedColumnSpecification Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace