JobFilter 클래스
The JobFilter object is used to store information about the constraints applied to the EnumJobs method of the JobServer object.
상속 계층
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.Agent..::..JobFilter
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public NotInheritable Class JobFilter
‘사용 방법
Dim instance As JobFilter
public sealed class JobFilter
public ref class JobFilter sealed
[<SealedAttribute>]
type JobFilter = class end
public final class JobFilter
JobFilter 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Category | Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the category of the job. | |
CurrentExecutionStatus | Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the current execution status. | |
DateFindOperand | Gets or sets the operator used to evaluate date constraints in the job filter. | |
DateJobCreated | Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was created. | |
DateJobLastModified | Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the date the job was last modified. | |
Enabled | Gets or sets the Boolean property value that specifies whether the job filter is enabled or not. | |
JobType | Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to type of job. | |
Owner | Gets or sets the owner of the job filter. | |
StepSubsystem | Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobs method to the subsystem used in the job steps that belong to the job. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.