다음을 통해 공유


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
)