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

속성 값

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

적용 대상