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

屬性值

任務使用的臨時儲存空間。

適用於