Share via


ISqlFullTextIndex.GetCatalogRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlFullTextCatalog.

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

Syntax

'Declaration
Function GetCatalogRelationship As IModelSingleRelationship(Of ISqlFullTextIndex, ISqlFullTextCatalog)
IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog> GetCatalogRelationship()
IModelSingleRelationship<ISqlFullTextIndex^, ISqlFullTextCatalog^>^ GetCatalogRelationship()
abstract GetCatalogRelationship : unit -> IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog> 
function GetCatalogRelationship() : IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlFullTextIndex, ISqlFullTextCatalog>

.NET Framework Security

See Also

Reference

ISqlFullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace