次の方法で共有


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)

プロパティ値

まだ更新されていない非同期の状態です。

適用対象