Dela via


ISqlIndexedColumnSpecification.GetColumnRelationship Method

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>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlIndexedColumnSpecification Interface

ISqlIndexedColumnSpecification Members

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