ISimpleWorkItemAsyncState.AddDependencies(ISimpleWorkItemAsyncState[]) Method

Definition

Adds a dependency to a dependency list.

public:
 void AddDependencies(cli::array <Microsoft::SqlServer::Management::TaskForms::ISimpleWorkItemAsyncState ^> ^ asyncState);
public void AddDependencies (Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState[] asyncState);
abstract member AddDependencies : Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState[] -> unit
Public Sub AddDependencies (asyncState As ISimpleWorkItemAsyncState())

Parameters

asyncState
ISimpleWorkItemAsyncState[]

Other ISimpleWorkItemAsyncState objects that this one depends on.

Applies to