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 개체입니다.

적용 대상