ISql100SpatialIndex.GetIndexedObjectRelationship Method

Gets an indexed object relationship.

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

Syntax

'Declaration
Function GetIndexedObjectRelationship As IModelSingleRelationship(Of ISql100SpatialIndex, ISql100SpatialIndexedObject)
'Usage
Dim instance As ISql100SpatialIndex
Dim returnValue As IModelSingleRelationship(Of ISql100SpatialIndex, ISql100SpatialIndexedObject)

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

ISql100SpatialIndex Members

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