QueryDefinition.CommandType 속성

정의

쿼리의 명령 유형을 가져오거나 설정합니다.

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

속성 값

쿼리의 명령 유형을 포함하는 String 값입니다.

적용 대상