TaskExecutionContext.RuntimeProperties プロパティ

定義

タスクによって使用される一時的なストレージを取得します。

public:
 property Microsoft::SqlServer::Management::Data::PropertyDictionary ^ RuntimeProperties { Microsoft::SqlServer::Management::Data::PropertyDictionary ^ get(); };
public Microsoft.SqlServer.Management.Data.PropertyDictionary RuntimeProperties { get; }
member this.RuntimeProperties : Microsoft.SqlServer.Management.Data.PropertyDictionary
Public ReadOnly Property RuntimeProperties As PropertyDictionary

プロパティ値

タスクによって使用される一時的なストレージ。

実装

適用対象