Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.