ISimpleWorkItemAsyncState.AddDependencies(ISimpleWorkItemAsyncState[]) Método

Definición

Agrega una dependencia a una lista de dependencias.

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())

Parámetros

asyncState
ISimpleWorkItemAsyncState[]

Otros objetos ISimpleWorkItemAsyncState de los que depende este objeto.

Se aplica a