QueryNotification.Query Özelliği
Alır veya ayarlar ile ilişkilendirilmiş sorgu bir QueryNotification öğesi.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Property Query As String
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.String
Sorgu kendisi.