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对象。

适用于