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 物件。

適用於