Add 方法
Adds a table to the table collection.
命名空间: 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
)