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 物件是這個物件所依賴的。

適用於