ISimpleWorkItemAsyncState.AddDependencies(ISimpleWorkItemAsyncState[]) Метод

Определение

Добавляет зависимость в список зависимостей.

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

Параметры

asyncState
ISimpleWorkItemAsyncState[]

Другие объекты ISimpleWorkItemAsyncState, от которых зависит этот объект.

Применяется к