ISimpleWorkItemAsyncStateWatcher.PendingAsyncStates 속성

정의

아직 업데이트되지 않은 비동기 상태를 가져옵니다.

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

속성 값

아직 업데이트되지 않은 비동기 상태입니다.

적용 대상