Share via


IncrementalProcessingNotification.ProcessingQuery 속성

Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

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

value = instance.ProcessingQuery

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

속성 값

유형: System.String
The actual query processing text.

참고 항목

참조

IncrementalProcessingNotification 클래스

Microsoft.AnalysisServices 네임스페이스