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

プロパティ値

タスクが使う一時的な収納スペース。

適用対象