Freigeben über


DataFlowDebugSessionOperationsExtensions Klasse

Definition

Erweiterungsmethoden für DataFlowDebugSessionOperations.

public static class DataFlowDebugSessionOperationsExtensions
type DataFlowDebugSessionOperationsExtensions = class
Public Module DataFlowDebugSessionOperationsExtensions
Vererbung
DataFlowDebugSessionOperationsExtensions

Methoden

AddDataFlow(IDataFlowDebugSessionOperations, String, String, DataFlowDebugPackage)

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

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

Fügen Sie einen Datenfluss zur Debugsitzung hinzu.

BeginCreate(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

Erstellt eine Debugsitzung für einen Datenfluss.

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

Erstellt eine Debugsitzung für einen Datenfluss.

BeginExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Führen Sie einen Debugbefehl für den Datenfluss aus.

Create(IDataFlowDebugSessionOperations, String, String, CreateDataFlowDebugSessionRequest)

Erstellt eine Debugsitzung für einen Datenfluss.

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

Erstellt eine Debugsitzung für einen Datenfluss.

Delete(IDataFlowDebugSessionOperations, String, String, DeleteDataFlowDebugSessionRequest)

Löscht eine Debugsitzung für einen Datenfluss.

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

Löscht eine Debugsitzung für einen Datenfluss.

ExecuteCommand(IDataFlowDebugSessionOperations, String, String, DataFlowDebugCommandRequest)

Führen Sie einen Debugbefehl für den Datenfluss aus.

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

Führen Sie einen Debugbefehl für den Datenfluss aus.

QueryByFactory(IDataFlowDebugSessionOperations, String, String)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

QueryByFactoryAsync(IDataFlowDebugSessionOperations, String, String, CancellationToken)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

QueryByFactoryNext(IDataFlowDebugSessionOperations, String)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

QueryByFactoryNextAsync(IDataFlowDebugSessionOperations, String, CancellationToken)

Fragen Sie alle aktiven Debugsitzungen für den Datenfluss ab.

Gilt für: