Udostępnij za pośrednictwem


Metoda SchemaCollection.Add

Dodaje element członkowski SchemaCollection kolekcja

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub Add ( _
    schema As Schema _
)
'Użycie
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
)

Parametry