Método Add
Adds a member to the SchemaCollection collection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Add ( _
schema As Schema _
)
'Uso
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
)
Parâmetros
- schema
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Schema
Schema object to be included in the SchemaCollection collection.