ITaskExecutionContext.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

プロパティ値

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

適用対象