ISimpleWorkItemAsyncState.DependsOn Property

Definition

Gets the collection of other states that this async state depends on.

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)

Property Value

The collection of other states that this async state depends on.

Applies to