共用方式為


SearchPropertyListCollection.Add 方法

Adds a SearchPropertyListCollection to the collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub Add ( _
    searchPropertyList As SearchPropertyList _
)
'用途
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
)

參數

請參閱

參考

SearchPropertyListCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間