ISqlTable.GetFilegroupForTextImageRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlFilegroup.

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

Syntax

'Declaration
Function GetFilegroupForTextImageRelationship As IModelSingleRelationship(Of ISqlTable, ISqlFilegroup)
IModelSingleRelationship<ISqlTable, ISqlFilegroup> GetFilegroupForTextImageRelationship()
IModelSingleRelationship<ISqlTable^, ISqlFilegroup^>^ GetFilegroupForTextImageRelationship()
abstract GetFilegroupForTextImageRelationship : unit -> IModelSingleRelationship<ISqlTable, ISqlFilegroup> 
function GetFilegroupForTextImageRelationship() : IModelSingleRelationship<ISqlTable, ISqlFilegroup>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlTable, ISqlFilegroup>

.NET Framework Security

See Also

Reference

ISqlTable Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace