ISql100SpatialIndexedObject.GetSpatialIndexesRelationship Method

Gets a spatial indexes relationship.

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

Syntax

'Declaration
Function GetSpatialIndexesRelationship As IModelReverseMultiRelationship(Of ISql100SpatialIndexedObject, ISql100SpatialIndex)
'Usage
Dim instance As ISql100SpatialIndexedObject
Dim returnValue As IModelReverseMultiRelationship(Of ISql100SpatialIndexedObject, ISql100SpatialIndex)

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql100SpatialIndexedObject Interface

ISql100SpatialIndexedObject Members

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