Partager via


Méthode SearchPropertyListCollection.Add

Adds a SearchPropertyListCollection to the collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    searchPropertyList As SearchPropertyList _
)
'Utilisation
Dim instance As SearchPropertyListCollection 
Dim searchPropertyList As SearchPropertyList

instance.Add(searchPropertyList)
public void Add(
    SearchPropertyList searchPropertyList
)
public:
void Add(
    SearchPropertyList^ searchPropertyList
)
member Add : 
        searchPropertyList:SearchPropertyList -> unit
public function Add(
    searchPropertyList : SearchPropertyList
)

Paramètres

Voir aussi

Référence

SearchPropertyListCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo