StartRunDate 속성
Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobHistory method to the date the job started running.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Property StartRunDate As DateTime
Get
Set
‘사용 방법
Dim instance As JobHistoryFilter
Dim value As DateTime
value = instance.StartRunDate
instance.StartRunDate = value
public DateTime StartRunDate { get; set; }
public:
property DateTime StartRunDate {
DateTime get ();
void set (DateTime value);
}
member StartRunDate : DateTime with get, set
function get StartRunDate () : DateTime
function set StartRunDate (value : DateTime)
속성 값
형식: System. . :: . .DateTime
A DateTime system object value that specifies the date and time limit for when the job started.
주의
The job history filter can be used to restrict the list returned by the JobServer object's EnumJobHistory method to jobs.