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 命名空间