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
)
参数
- searchProperty
类型:Microsoft.SqlServer.Management.Smo.SearchProperty
The SearchProperty to add to the collection.