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

屬性值

PropertyDictionary

工作所使用的暫存區。

適用於