다음을 통해 공유


QueryDefinition 멤버

Represents a query that retrieves the data for a subscription.

QueryDefinition 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 QueryDefinition Initializes a new instance of the QueryDefinition class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 CommandText Gets or sets the query text that is executed in order to obtain the report data.
공용 속성 CommandType Gets or sets the command type for the query.
공용 속성 Timeout Gets or sets the length of time (in seconds) that the report server waits for a query to return results before abandoning the query.
공용 속성 TimeoutSpecified Gets or sets a value that indicates whether a value for the Timeout property is specified.

맨 위로 이동