Compartir a través de


DtsContainer.ForcedExecutionValue Property

Gets or sets an object that contains a container-defined value.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public Property ForcedExecutionValue As Object
public Object ForcedExecutionValue { get; set; }
public:
property Object^ ForcedExecutionValue {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_ForcedExecutionValue ()

/** @property */
public void set_ForcedExecutionValue (Object value)
public function get ForcedExecutionValue () : Object

public function set ForcedExecutionValue (value : Object)

Valor de propiedad

An object.

Notas

Each container that implements this property can use it for its own purposes, and therefore, different containers return different objects in this property. For detailed information about what object is returned, see the individual containers that inherit from DtsContainer, such as the Package, Sequence, TaskHost, ForLoop, and ForEachLoop containers.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace