Share via


ISql100FullTextIndex.GetStopListRelationship Method

Returns an IModelSingleRelationship between this and the ISql100FullTextStopList.

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

Syntax

'Declaration
Function GetStopListRelationship As IModelSingleRelationship(Of ISql100FullTextIndex, ISql100FullTextStopList)
IModelSingleRelationship<ISql100FullTextIndex, ISql100FullTextStopList> GetStopListRelationship()
IModelSingleRelationship<ISql100FullTextIndex^, ISql100FullTextStopList^>^ GetStopListRelationship()
abstract GetStopListRelationship : unit -> IModelSingleRelationship<ISql100FullTextIndex, ISql100FullTextStopList> 
function GetStopListRelationship() : IModelSingleRelationship<ISql100FullTextIndex, ISql100FullTextStopList>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100FullTextIndex, ISql100FullTextStopList>

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace