Table Constructor

Initializes a new instance of the Table class.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Overload List

Name Description
Table ()
Initializes a new instance of the Table class.
Table (Database, String)
Initializes a new instance of the Table class on the specified database and with the specified name.
Table (Database, String, String)
Initializes a new instance of the Table class on the specified database and with the specified name and schema.

See Also

Reference

Table Class
Table Members
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Creating, Altering, and Removing Tables
Tables
CREATE TABLE (Transact-SQL)