Udostępnij za pośrednictwem


Właściwość QueryBase.CommandText

Tekst polecenia.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property CommandText As ReportExpression
    Get
    Set
'Użycie
Dim instance As QueryBase
Dim value As ReportExpression

value = instance.CommandText

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