Share via


DataFlowDebugSessionOperationsExtensions クラス

定義

DataFlowDebugSessionOperations の拡張メソッド。

public static class DataFlowDebugSessionOperationsExtensions
type DataFlowDebugSessionOperationsExtensions = class
Public Module DataFlowDebugSessionOperationsExtensions
継承
DataFlowDebugSessionOperationsExtensions

メソッド

AddDataFlow(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage)

デバッグ セッションにデータ フローを追加します。

AddDataFlowAsync(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage, CancellationToken)

デバッグ セッションにデータ フローを追加します。

BeginCreate(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

データ フロー デバッグ セッションを作成します。

BeginCreateAsync(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest, CancellationToken)

データ フロー デバッグ セッションを作成します。

BeginExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

データ フロー デバッグ コマンドを実行します。

BeginExecuteCommandAsync(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest, CancellationToken)

データ フロー デバッグ コマンドを実行します。

Create(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

データ フロー デバッグ セッションを作成します。

CreateAsync(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest, CancellationToken)

データ フロー デバッグ セッションを作成します。

Delete(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest)

データ フロー デバッグ セッションを削除します。

DeleteAsync(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest, CancellationToken)

データ フロー デバッグ セッションを削除します。

ExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

データ フロー デバッグ コマンドを実行します。

ExecuteCommandAsync(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest, CancellationToken)

データ フロー デバッグ コマンドを実行します。

QueryByFactory(IDataFlowDebugSessionOperations, String, String)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryAsync(IDataFlowDebugSessionOperations, String, String, CancellationToken)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryNext(IDataFlowDebugSessionOperations, String)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

QueryByFactoryNextAsync(IDataFlowDebugSessionOperations, String, CancellationToken)

すべてのアクティブなデータ フロー デバッグ セッションに対してクエリを実行します。

適用対象