Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the contents of the parameterized text of the query to execute for notification of incremental processing status.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property ProcessingQuery As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The actual query processing text.