SchemaCollection.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
)
参数
- schema
类型:Microsoft.SqlServer.Management.Smo.Schema
Schema object to be included in the SchemaCollection collection.