Condividi tramite


Proprietà EventHandlerClass.ForceExecutionValue

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a Boolean that indicates whether the execution value of the container should be forced to contain a particular value.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property ForceExecutionValue As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As EventHandlerClass 
Dim value As Boolean 

value = instance.ForceExecutionValue

instance.ForceExecutionValue = value
public virtual bool ForceExecutionValue { get; set; }
public:
virtual property bool ForceExecutionValue {
    bool get ();
    void set (bool value);
}
abstract ForceExecutionValue : bool with get, set 
override ForceExecutionValue : bool with get, set
function get ForceExecutionValue () : boolean 
function set ForceExecutionValue (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the execution value of the container should be forced to contain a particular value; otherwise, false.

Implementa

IDTSContainer100.ForceExecutionValue

Vedere anche

Riferimento

EventHandlerClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper