Metodo SearchPropertyCollection.Add
Adds a SearchPropertyCollection to the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
searchProperty As SearchProperty _
)
'Utilizzo
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
)
Parametri
- searchProperty
Tipo: Microsoft.SqlServer.Management.Smo.SearchProperty
The SearchProperty to add to the collection.