Compartilhar via


ISimpleWorkItemAsyncState.DependsOn Propriedade

Definição

Obtém a coleção de outros estados dos quais esse estado async depende.

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)

Valor da propriedade

A coleção de outros estados dos quais esse estado async depende.

Aplica-se a