Método SearchPropertyCollection.Add
Adds a SearchPropertyCollection to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.