Share via


ISql100FullTextIndex.GetFilegroupRelationship Method

Gets a file group relationship.

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

Syntax

'Declaration
Function GetFilegroupRelationship As IModelSingleRelationship(Of ISql100FullTextIndex, ISql100Filegroup)
'Usage
Dim instance As ISql100FullTextIndex
Dim returnValue As IModelSingleRelationship(Of ISql100FullTextIndex, ISql100Filegroup)

returnValue = instance.GetFilegroupRelationship()
IModelSingleRelationship<ISql100FullTextIndex, ISql100Filegroup> GetFilegroupRelationship()
IModelSingleRelationship<ISql100FullTextIndex^, ISql100Filegroup^>^ GetFilegroupRelationship()
function GetFilegroupRelationship() : IModelSingleRelationship<ISql100FullTextIndex, ISql100Filegroup>
abstract GetFilegroupRelationship : unit -> IModelSingleRelationship<ISql100FullTextIndex, ISql100Filegroup> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql100FullTextIndex, ISql100Filegroup>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

ISql100FullTextIndex Members

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