Share via


ISql100SpatialIndex.GetColumnRelationship Method

Gets a 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 ISql100SpatialIndex, ISqlColumn)
'Usage
Dim instance As ISql100SpatialIndex
Dim returnValue As IModelSingleRelationship(Of ISql100SpatialIndex, ISqlColumn)

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

ISql100SpatialIndex Members

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