Share via


Méthode Add

Adds a member to the SchemaCollection collection

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    schema As Schema _
)
'Utilisation
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
)

Paramètres