次の方法で共有


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)

プロパティ値

この非同期状態が依存する他の状態のコレクション。

適用対象