ITaskExecutionContext.RuntimeProperties プロパティ

サーバー接続を含んでいるタスクによって使用される一時的なストレージを取得します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

ReadOnly Property RuntimeProperties As PropertyDictionary
    Get
'使用

Dim instance As ITaskExecutionContext
Dim value As PropertyDictionary

value = instance.RuntimeProperties
PropertyDictionary RuntimeProperties { get; }
property PropertyDictionary^ RuntimeProperties {
    PropertyDictionary^ get ();
}
abstract RuntimeProperties : PropertyDictionary
function get RuntimeProperties () : PropertyDictionary

プロパティ値

型: Microsoft.SqlServer.Management.Data.PropertyDictionary
タスクによって使用される一時的なストレージ。

関連項目

参照

ITaskExecutionContext インターフェイス

Microsoft.SqlServer.Management 名前空間