Freigeben über


ISqlFulltextIndexedObject.GetFullTextIndexRelationship-Methode

Gibt eine IModelReverseMultiRelationship zwischen this und dem zugeordneten ISqlFullTextIndex zurück.

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

Syntax

'Declaration
Function GetFullTextIndexRelationship As IModelReverseMultiRelationship(Of ISqlFulltextIndexedObject, ISqlFullTextIndex)
IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex> GetFullTextIndexRelationship()
IModelReverseMultiRelationship<ISqlFulltextIndexedObject^, ISqlFullTextIndex^>^ GetFullTextIndexRelationship()
abstract GetFullTextIndexRelationship : unit -> IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex> 
function GetFullTextIndexRelationship() : IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex>

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFulltextIndexedObject, ISqlFullTextIndex>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlFulltextIndexedObject Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace