ISqlFilegroup.TextImagedTable Property
Gets the text imaged table that is stored on this filegroup.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property TextImagedTable As IList(Of ISqlTable)
IList<ISqlTable> TextImagedTable { get; }
property IList<ISqlTable^>^ TextImagedTable {
IList<ISqlTable^>^ get ();
}
abstract TextImagedTable : IList<ISqlTable>
function get TextImagedTable () : IList<ISqlTable>
Property Value
Type: System.Collections.Generic.IList<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.