ProxyAccountCollection.Parent Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public JobServer Parent { get; }
public:
property JobServer^ Parent {
    JobServer^ get();
}
member Parent : JobServer with get
Public ReadOnly Property Parent As JobServer

Property Value

Type: Microsoft.SqlServer.Management.Smo.Agent.JobServer

A JobServer object that is the parent of the ProxyAccountCollection object.

Examples

Legacy Code Example

Using Collections

See Also

ProxyAccountCollection Class
Microsoft.SqlServer.Management.Smo.Agent Namespace

Return to top