Compartir a través de


SearchPropertyCollection.Add Método

Adds a SearchPropertyCollection 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 ( _
    searchProperty As SearchProperty _
)
'Uso
Dim instance As SearchPropertyCollection 
Dim searchProperty As SearchProperty

instance.Add(searchProperty)
public void Add(
    SearchProperty searchProperty
)
public:
void Add(
    SearchProperty^ searchProperty
)
member Add : 
        searchProperty:SearchProperty -> unit
public function Add(
    searchProperty : SearchProperty
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

SearchPropertyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo