Compartilhar via


Propriedade do RDL DtsContainer.ForceExecutionValue

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Property ForceExecutionValue As Boolean 
    Get 
    Set
'Uso
Dim instance As DtsContainer 
Dim value As Boolean 

value = instance.ForceExecutionValue

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

Valor da propriedade

Tipo: System.Boolean
A Boolean that indicates whether the execution value of the container should be forced to contain a particular value.

Comentários

To return an optional forced execution value, set the ForceExecutionValue property to True and provide a value for the ForcedExecutionValue property.

Consulte também

Referência

DtsContainer Classe

Namespace Microsoft.SqlServer.Dts.Runtime