Add メソッド

OperatorCategoryCollection コレクションに OperatorCategory オブジェクトを追加します。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Add ( _
    operatorCategory As OperatorCategory _
)
'使用
Dim instance As OperatorCategoryCollection
Dim operatorCategory As OperatorCategory

instance.Add(operatorCategory)
public void Add(
    OperatorCategory operatorCategory
)
public:
void Add(
    OperatorCategory^ operatorCategory
)
member Add : 
        operatorCategory:OperatorCategory -> unit 
public function Add(
    operatorCategory : OperatorCategory
)