ISql90XmlIndexedObject.GetXmlIndexRelationship Method

Gets an XML index relationship.

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

Syntax

'Declaration
Function GetXmlIndexRelationship As IModelReverseMultiRelationship(Of ISql90XmlIndexedObject, ISql90XmlIndex)
'Usage
Dim instance As ISql90XmlIndexedObject
Dim returnValue As IModelReverseMultiRelationship(Of ISql90XmlIndexedObject, ISql90XmlIndex)

returnValue = instance.GetXmlIndexRelationship()
IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex> GetXmlIndexRelationship()
IModelReverseMultiRelationship<ISql90XmlIndexedObject^, ISql90XmlIndex^>^ GetXmlIndexRelationship()
function GetXmlIndexRelationship() : IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex>
abstract GetXmlIndexRelationship : unit -> IModelReverseMultiRelationship<ISql90XmlIndexedObject, ISql90XmlIndex> 

Return Value

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

.NET Framework Security

See Also

Reference

ISql90XmlIndexedObject Interface

ISql90XmlIndexedObject Members

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