다음을 통해 공유


QueryablePlan<TResult> 클래스

조인 쿼리 가능한 패턴에 대한 실행 계획을 나타냅니다.

상속 계층 구조

System.Object
  System.Reactive.Joins.QueryablePlan<TResult>

네임스페이스:System.Reactive.Joins
어셈블리: System.Reactive.Providers(System.Reactive.Providers.dll)

Syntax

'Declaration
Public Class QueryablePlan(Of TResult)
'Usage
Dim instance As QueryablePlan(Of TResult)
public class QueryablePlan<TResult>
generic<typename TResult>
public ref class QueryablePlan
type QueryablePlan<'TResult> =  class end
JScript does not support generic types and methods.

형식 매개 변수

  • TResult
    계획의 결과 형식입니다.

QueryablePlan<TResult> 형식은 다음 멤버를 노출합니다.

속성

  속성 Description
Public 속성 쿼리 가능의 instance 연결된 식 트리를 가져옵니다.

상위

메서드

  속성 Description
Public 메서드 같음 개체 에서 상속됩니다.
Protected 메서드 Finalize 개체 에서 상속됩니다.
Public 메서드 GetHashCode 개체 에서 상속됩니다.
Public 메서드 GetType 개체 에서 상속됩니다.
Protected 메서드 MemberwiseClone 개체 에서 상속됩니다.
Public 메서드 ToString 개체 에서 상속됩니다.

상위

스레드 보안

이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

System.Reactive.Joins 네임스페이스