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
)
パラメーター
- searchPropertyList
型: Microsoft.SqlServer.Management.Smo.SearchPropertyList
コレクションに追加する SearchPropertyListCollection です。