ISqlFilegroup.GetTextImagedTableRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetTextImagedTableRelationship As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlTable)
'Usage
Dim instance As ISqlFilegroup
Dim returnValue As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlTable)
returnValue = instance.GetTextImagedTableRelationship()
IModelReverseMultiRelationship<ISqlFilegroup, ISqlTable> GetTextImagedTableRelationship()
IModelReverseMultiRelationship<ISqlFilegroup^, ISqlTable^>^ GetTextImagedTableRelationship()
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.