ISql90XmlIndexedObject.GetXmlIndexRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISql90XmlIndex.

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

Syntax

'Declaration
Function GetXmlIndexRelationship As IModelReverseMultiRelationship(Of ISql90XmlIndexedObject, ISql90XmlIndex)
IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex> GetXmlIndexRelationship()
IModelReverseMultiRelationship<ISql90XmlIndexedObject^, ISql90XmlIndex^>^ GetXmlIndexRelationship()
abstract GetXmlIndexRelationship : unit -> IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex> 
function GetXmlIndexRelationship() : IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex>

.NET Framework Security

See Also

Reference

ISql90XmlIndexedObject Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace