Add 메서드
Adds a member to the SchemaCollection collection
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub Add ( _
schema As Schema _
)
‘사용 방법
Dim instance As SchemaCollection
Dim schema As Schema
instance.Add(schema)
public void Add(
Schema schema
)
public:
void Add(
Schema^ schema
)
member Add :
schema:Schema -> unit
public function Add(
schema : Schema
)
매개 변수
- schema
형식: Microsoft.SqlServer.Management.Smo. . :: . .Schema
Schema object to be included in the SchemaCollection collection.