ISimpleWorkItemAsyncStateWatcher.PendingAsyncStates Propriété

Définition

Obtient les états asynchrones qui n'ont pas encore été mis à jour.

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)

Valeur de propriété

États asynchrones qui n'ont pas encore été mis à jour.

S’applique à