Condividi tramite


Metodo SearchPropertyListCollection.Add

Adds a SearchPropertyListCollection to the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Add ( _
    searchPropertyList As SearchPropertyList _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

SearchPropertyListCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo