ISqlFilegroup.GetTextImagedTableRelationship Method
Returns an IModelReverseMultiRelationship between this and the associated ISqlTable.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetTextImagedTableRelationship As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlTable)
IModelReverseMultiRelationship<ISqlFilegroup, ISqlTable> GetTextImagedTableRelationship()
IModelReverseMultiRelationship<ISqlFilegroup^, ISqlTable^>^ GetTextImagedTableRelationship()
abstract GetTextImagedTableRelationship : unit -> IModelReverseMultiRelationship<ISqlFilegroup, ISqlTable>
function GetTextImagedTableRelationship() : IModelReverseMultiRelationship<ISqlFilegroup, ISqlTable>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFilegroup, ISqlTable>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.