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.