ISimpleWorkItemAsyncState.AddDependencies(ISimpleWorkItemAsyncState[]) Methode

Definition

Fügt einer Abhängigkeitsliste eine Abhängigkeit hinzu.

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

Parameter

asyncState
ISimpleWorkItemAsyncState[]

Andere ISimpleWorkItemAsyncState-Objekte, von denen dieses abhängt.

Gilt für: