ITaskExecutionContext.RuntimeProperties Propiedad

Definición

Obtiene el almacenamiento temporal que utilizan las tareas y que contiene la conexión con el servidor.

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

Valor de propiedad

Almacenamiento temporal usado por las tareas.

Se aplica a