Share via


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

Examples

Using Collections

See Also

Reference

SchemaCollection Class

Microsoft.SqlServer.Management.Smo Namespace