TableCollection.Add Method (Table)

 

Applies To: SQL Server 2016 Preview

Adds a table to the table collection.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public void Add(
    Table table
)
public:
void Add(
    Table^ table
)
member Add : 
        table:Table -> unit
Public Sub Add (
    table As Table
)

Parameters

Examples

Legacy Code Example

Using Collections

See Also

TableCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top