QueryDefinition.CommandText 속성

정의

보고서 데이터를 가져오기 위해 실행되는 쿼리 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ CommandText { System::String ^ get(); void set(System::String ^ value); };
public string CommandText { get; set; }
member this.CommandText : string with get, set
Public Property CommandText As String

속성 값

String 값입니다.

적용 대상