Propriedade do RDL JobCategoryCollection.Parent
Gets the JobServer object that is the parent of the JobCategoryCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As JobServer
Get
'Uso
Dim instance As JobCategoryCollection
Dim value As JobServer
value = instance.Parent
public JobServer Parent { get; }
public:
property JobServer^ Parent {
JobServer^ get ();
}
member Parent : JobServer
function get Parent () : JobServer
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobServer
A JobServer object that is the parent of the JobCategoryCollection object.