Compartir a través de


OperatorCategoryCollection.Add Método

Adds an OperatorCategory object to the OperatorCategoryCollection collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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

Ejemplos

Usar colecciones

Vea también

Referencia

OperatorCategoryCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Agent