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

适用于