Partager via


Méthode ViewCollection.Add

Adds a view to the view collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    view As View _
)
'Utilisation
Dim instance As ViewCollection 
Dim view As View

instance.Add(view)
public void Add(
    View view
)
public:
void Add(
    View^ view
)
member Add : 
        view:View -> unit
public function Add(
    view : View
)

Paramètres

Exemples

Utilisation de collections

Voir aussi

Référence

ViewCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo