Свойство Query
Gets or sets the query associated with a QueryNotification element.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property Query As String
Get
Set
'Применение
Dim instance As QueryNotification
Dim value As String
value = instance.Query
instance.Query = value
public string Query { get; set; }
public:
property String^ Query {
String^ get ();
void set (String^ value);
}
member Query : string with get, set
function get Query () : String
function set Query (value : String)
Значение свойства
Тип: System. . :: . .String
The query itself.