JobCategory.Parent Property
Gets the JobServer object that is the parent of the JobCategory object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public Property Parent As JobServer
public JobServer Parent { get; set; }
public:
property JobServer^ Parent {
JobServer^ get ();
void set (JobServer^ value);
}
/** @property */
public JobServer get_Parent ()
/** @property */
public void set_Parent (JobServer value)
public function get Parent () : JobServer
public function set Parent (value : JobServer)
Значение свойства
A JobServer object that owns the JobCategory object.
Пример
How to: Get and Set a Property in Visual Basic .NET
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
JobCategory Class
JobCategory Members
Microsoft.SqlServer.Management.Smo.Agent Namespace
Другие ресурсы
Scheduling Automatic Administrative Tasks in SQL Server Agent
Автоматизация задач администрирования (агент SQL Server)
sp_add_category (Transact-SQL)