Share via


ISql100SpatialIndex.GetIndexedObjectRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql100SpatialIndexedObject.

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

Syntax

'Declaration
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of ISql100SpatialIndex, ISql100SpatialIndexedObject)
IModelSingleRelationship<ISql100SpatialIndex, ISql100SpatialIndexedObject> GetIndexedObjectRelationship()
IModelSingleRelationship<ISql100SpatialIndex^, ISql100SpatialIndexedObject^>^ GetIndexedObjectRelationship()
abstract GetIndexedObjectRelationship : unit -> IModelSingleRelationship<ISql100SpatialIndex, ISql100SpatialIndexedObject> 
function GetIndexedObjectRelationship() : IModelSingleRelationship<ISql100SpatialIndex, ISql100SpatialIndexedObject>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100SpatialIndex, ISql100SpatialIndexedObject>

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

GetIndexedObjectRelationship Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace