Add メソッド

テーブルをテーブル コレクションに追加します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Add ( _
    table As Table _
)
'使用
Dim instance As TableCollection
Dim table As Table

instance.Add(table)
public void Add(
    Table table
)
public:
void Add(
    Table^ table
)
member Add : 
        table:Table -> unit 
public function Add(
    table : Table
)