ISimpleWorkItemAsyncState.DependsOn 속성

정의

이 비동기 상태가 종속되는 다른 상태의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::TaskForms::ISimpleWorkItemAsyncState ^> ^ DependsOn { System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::TaskForms::ISimpleWorkItemAsyncState ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState> DependsOn { get; }
member this.DependsOn : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.TaskForms.ISimpleWorkItemAsyncState>
Public ReadOnly Property DependsOn As ICollection(Of ISimpleWorkItemAsyncState)

속성 값

이 비동기 상태가 종속되는 다른 상태의 컬렉션입니다.

적용 대상