Compartilhar via


Propriedade do RDL IncrementalProcessingNotification.ProcessingQuery

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property ProcessingQuery As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The actual query processing text.

Consulte também

Referência

IncrementalProcessingNotification Classe

Namespace Microsoft.AnalysisServices