ISimpleWorkItemAsyncStateWatcher.PendingAsyncStates Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene gli stati asincroni che non sono stati ancora aggiornati.
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)
Valore della proprietà
Stati asincroni che non sono stati ancora aggiornati.