Partilhar via


Propriedade do RDL ProxyAccount.Parent

Gets or sets the JobServer object that is the parent of the ProxyAccount 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 ProxyAccount 
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 ProxyAccount object.

Comentários

This property can only be set before the object is created.

Exemplos

Agendando tarefas administrativas automáticas no SQL Server Agent

Consulte também

Referência

ProxyAccount Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent

Outros recursos

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

sp_add_proxy (Transact-SQL)

sp_grant_proxy_to_subsystem (Transact-SQL)