Propriedade do RDL Query
Gets or sets the query associated with a QueryNotification element.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Property Query As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
The query itself.