次の方法で共有


SearchPropertyListCollection.Add メソッド

SearchPropertyListCollection をコレクションに追加します。

名前空間:  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 名前空間