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:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.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ści.