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.