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

속성 값

작업들이 사용하는 임시 저장 공간입니다.

구현

적용 대상