Metodo Add
Adds a member to the SchemaCollection collection
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
schema As Schema _
)
'Utilizzo
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
)
Parametri
- schema
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Schema
Schema object to be included in the SchemaCollection collection.