DtsContainer.ForcedExecutionValue Property
Gets or sets an object that contains a container-defined value.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
An object.
Osservazioni
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.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DtsContainer Class
DtsContainer Members
Microsoft.SqlServer.Dts.Runtime Namespace