Udostępnij za pośrednictwem


Właściwość QueryDefinition.CommandText

Pobiera lub ustawia tekst kwerendy, która jest wykonywana w celu uzyskania danych raportu.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property CommandText As String
    Get
    Set
'Użycie
Dim instance As QueryDefinition
Dim value As String

value = instance.CommandText

instance.CommandText = value
public string CommandText { get; set; }
public:
property String^ CommandText {
    String^ get ();
    void set (String^ value);
}
member CommandText : string with get, set
function get CommandText () : String
function set CommandText (value : String)

Wartość właściwości

Typ: System.String
A ciąg wartość, która zawiera tekst kwerendy, która jest wykonywana w celu uzyskania danych raportu.