Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an Microsoft.SqlServer.Management.Smo.Agent.Operator to the Microsoft.SqlServer.Management.Smo.Agent.OperatorCollection
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
serverOperator As Operator _
)
'Usage
Dim instance As OperatorCollection
Dim serverOperator As [Operator]
instance.Add(serverOperator)
public void Add(
Operator serverOperator
)
public:
void Add(
Operator^ serverOperator
)
member Add :
serverOperator:Operator -> unit
public function Add(
serverOperator : Operator
)
Parameters
- serverOperator
Type: Microsoft.SqlServer.Management.Smo.Agent.Operator
The Microsoft.SqlServer.Management.Smo.Agent.Operator to add to the collection.