다음을 통해 공유


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.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Property Category As String 
    Get 
    Set
‘사용 방법
Dim instance As JobFilter 
Dim value As String 

value = instance.Category

instance.Category = value
public string Category { get; set; }
public:
property String^ Category {
    String^ get ();
    void set (String^ value);
}
member Category : string with get, set
function get Category () : String 
function set Category (value : String)

속성 값

유형: System.String
A string value that specifies the category constraint for the job filter.

SQL Server 에이전트에서 자동 관리 태스크 예약

참고 항목

참조

JobFilter 클래스

Microsoft.SqlServer.Management.Smo.Agent 네임스페이스

관련 자료

관리 태스크 자동화(SQL Server 에이전트)