SearchPropertyCollection.Add 方法

Adds a SearchPropertyCollection to the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Add ( _
    searchProperty As SearchProperty _
)
用法
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
)

参数

示例

使用集合

请参阅

参考

SearchPropertyCollection 类

Microsoft.SqlServer.Management.Smo 命名空间