Add 方法

Adds a member to the SchemaCollection collection

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
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
)

参数

示例

使用集合