ISqlTable.GetFilegroupForTextImageRelationship Method

Returns a file group text image relationship collection.

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

Syntax

'Declaration
Function GetFilegroupForTextImageRelationship As IModelSingleRelationship(Of ISqlTable, ISqlFilegroup)
'Usage
Dim instance As ISqlTable
Dim returnValue As IModelSingleRelationship(Of ISqlTable, ISqlFilegroup)

returnValue = instance.GetFilegroupForTextImageRelationship()
IModelSingleRelationship<ISqlTable, ISqlFilegroup> GetFilegroupForTextImageRelationship()
IModelSingleRelationship<ISqlTable^, ISqlFilegroup^>^ GetFilegroupForTextImageRelationship()
function GetFilegroupForTextImageRelationship() : IModelSingleRelationship<ISqlTable, ISqlFilegroup>
abstract GetFilegroupForTextImageRelationship : unit -> IModelSingleRelationship<ISqlTable, ISqlFilegroup> 

Return Value

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

.NET Framework Security

See Also

Reference

ISqlTable Interface

ISqlTable Members

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