ISimpleWorkItemAsyncState.DependsOn 屬性

定義

取得這個非同步狀態所依存的其他狀態集合。

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)

屬性值

ICollection<ISimpleWorkItemAsyncState>

這個非同步狀態所依存的其他狀態集合。

適用於