Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Adds a SearchPropertyCollection to the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
searchProperty As SearchProperty _
)
'Utilisation
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
)
Paramètres
- searchProperty
Type : Microsoft.SqlServer.Management.Smo.SearchProperty
The SearchProperty to add to the collection.