ISql100SpatialIndexedObject.GetSpatialIndexesRelationship Method
Returns an IModelReverseMultiRelationship between this and the associated ISql100SpatialIndex.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetSpatialIndexesRelationship As IModelReverseMultiRelationship(Of ISql100SpatialIndexedObject, ISql100SpatialIndex)
IModelReverseMultiRelationship<ISql100SpatialIndexedObject, ISql100SpatialIndex> GetSpatialIndexesRelationship()
IModelReverseMultiRelationship<ISql100SpatialIndexedObject^, ISql100SpatialIndex^>^ GetSpatialIndexesRelationship()
abstract GetSpatialIndexesRelationship : unit -> IModelReverseMultiRelationship<ISql100SpatialIndexedObject, ISql100SpatialIndex>
function GetSpatialIndexesRelationship() : IModelReverseMultiRelationship<ISql100SpatialIndexedObject, ISql100SpatialIndex>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql100SpatialIndexedObject, ISql100SpatialIndex>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.