Compartilhar via


Propriedade do RDL AlertCategory.Parent

Gets the JobServer object that is the parent of the AlertCategory object.

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

Sintaxe

'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As JobServer 
    Get 
    Set
'Uso
Dim instance As AlertCategory 
Dim value As JobServer 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public JobServer Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property JobServer^ Parent {
    JobServer^ get ();
    void set (JobServer^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : JobServer with get, set
function get Parent () : JobServer 
function set Parent (value : JobServer)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobServer
A JobServer object that is the parent of the AlertCategory object.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

AlertCategory Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

Tarefas de administração automatizadas (SQL Server Agent)

sp_add_category (Transact-SQL)