Database.Tables Property

Gets or sets the tables schema for the database.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property Tables As IList(Of Table)
    Get
    Friend Set
'Usage
Dim instance As Database
Dim value As IList(Of Table)

value = instance.Tables
public IList<Table> Tables { get; internal set; }
public:
property IList<Table^>^ Tables {
    IList<Table^>^ get ();
    internal: void set (IList<Table^>^ value);
}
member Tables : IList<Table> with get, internal set
function get Tables () : IList<Table>
internal function set Tables (value : IList<Table>)

Property Value

Type: System.Collections.Generic.IList<Table>

See Also

Reference

Database Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace