HasStep 屬性
Gets the Boolean property value that specifies whether the job has at least one job step.
命名空間: Microsoft.SqlServer.Management.Smo.Agent
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasStep As Boolean
Get
'用途
Dim instance As Job
Dim value As Boolean
value = instance.HasStep
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public bool HasStep { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property bool HasStep {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member HasStep : bool
function get HasStep () : boolean
屬性值
型別:System. . :: . .Boolean
A Boolean value that specifies whether the job has at least one job step.
If True, the job has at least one job step.
If False, the job does not have any job steps.