SchemaCollection.Add Method
Adds a member to the SchemaCollection collection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
schema As Schema _
)
'Usage
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
)
Parameters
- schema
Type: Microsoft.SqlServer.Management.Smo.Schema
Schema object to be included in the SchemaCollection collection.