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
'Deklaracja
Public Sub Add ( _
schema As Schema _
)
public void Add (
Schema schema
)
public:
void Add (
Schema^ schema
)
public void Add (
Schema schema
)
public function Add (
schema : Schema
)
Parameters
- schema
Schema object to be included in the SchemaCollection collection.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.