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

속성 값

태스크에서 사용하는 임시 스토리지입니다.

구현

적용 대상