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


Свойство Parent

Gets or sets the Job object that is the parent of the JobStep object.

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

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Job
    Get
    Set
'Применение
Dim instance As JobStep
Dim value As Job

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Job Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Job^ Parent {
    Job^ get ();
    void set (Job^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Job with get, set
function get Parent () : Job
function set Parent (value : Job)

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

Тип: Microsoft.SqlServer.Management.Smo.Agent. . :: . .Job
A Job object that is the parent of the JobStep object.