Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a SearchPropertyListCollection to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
searchPropertyList As SearchPropertyList _
)
'Usage
Dim instance As SearchPropertyListCollection
Dim searchPropertyList As SearchPropertyList
instance.Add(searchPropertyList)
public void Add(
SearchPropertyList searchPropertyList
)
public:
void Add(
SearchPropertyList^ searchPropertyList
)
member Add :
searchPropertyList:SearchPropertyList -> unit
public function Add(
searchPropertyList : SearchPropertyList
)
Parameter
- searchPropertyList
Typ: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The SearchPropertyListCollection to add to the collection.