Share via


ISql100FullTextIndex.GetStopListRelationship Method

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

Syntax

'Declaration
Function GetStopListRelationship As IModelSingleRelationship(Of ISql100FullTextIndex, ISql100FullTextStopList)
'Usage
Dim instance As ISql100FullTextIndex 
Dim returnValue As IModelSingleRelationship(Of ISql100FullTextIndex, ISql100FullTextStopList)

returnValue = instance.GetStopListRelationship()
IModelSingleRelationship<ISql100FullTextIndex, ISql100FullTextStopList> GetStopListRelationship()
IModelSingleRelationship<ISql100FullTextIndex^, ISql100FullTextStopList^>^ GetStopListRelationship()
function GetStopListRelationship() : IModelSingleRelationship<ISql100FullTextIndex, ISql100FullTextStopList>

Return Value

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

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

ISql100FullTextIndex Members

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