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
- searchProperty
Tipo: Microsoft.SqlServer.Management.Smo.SearchProperty
The SearchProperty to add to the collection.