Compartir a través de


SearchPropertyListCollection.Add Método

Adds a SearchPropertyListCollection to the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    searchPropertyList As SearchPropertyList _
)
'Uso
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
)

Parámetros

Vea también

Referencia

SearchPropertyListCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo