次の方法で共有


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 オブジェクトです。

適用対象