JobCategoryCollection.Parent Propiedad
Gets the JobServer object that is the parent of the JobCategoryCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobServer
A JobServer object that is the parent of the JobCategoryCollection object.