Поделиться через


Свойство Parent

Gets the SqlSmoObject object that is the parent of the JobScheduleCollection object.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As SqlSmoObject
    Get
'Применение
Dim instance As JobScheduleCollection
Dim value As SqlSmoObject

value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that is the parent of the JobScheduleCollection object.