データの型が指定されていない特定のデータ ソースに対するクエリを評価する機能を提供します。
Namespace:System.Reactive.Linq
アセンブリ: System.Reactive.Providers (System.Reactive.Providers.dll)
構文
'Declaration
Public Interface IQbservable
'Usage
Dim instance As IQbservable
public interface IQbservable
public interface class IQbservable
type IQbservable = interface end
public interface IQbservable
IQbservable 型は、次のメンバーを公開します。
プロパティ
| 名前 | 説明 | |
|---|---|---|
|
ElementType | IQbservable のこのインスタンスに関連付けられている式ツリーが実行されるときに返される要素の型を取得します。 |
|
[式] | IQbservable のインスタンスに関連付けられている式ツリーを取得します。 |
|
プロバイダー | このデータ ソースに関連付けられたクエリ プロバイダーを取得します。 |
上