Freigeben über


DtsContainer.ForcedExecutionValue Property

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

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
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)

Eigenschaftswert

An object.

Hinweise

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.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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