Query propriété

Gets or sets the query associated with a QueryNotification element.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Query As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
The query itself.