Partilhar via


Método OperatorCategoryCollection.Add

Adds an OperatorCategory object to the OperatorCategoryCollection collection.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Add ( _
    operatorCategory As OperatorCategory _
)
'Uso
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
)

Parâmetros

Exemplos

Usando coleções

Consulte também

Referência

OperatorCategoryCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent