Propriété IDTSContainer100.ForceExecutionValue
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Property ForceExecutionValue As Boolean
Get
Set
'Utilisation
Dim instance As IDTSContainer100
Dim value As Boolean
value = instance.ForceExecutionValue
instance.ForceExecutionValue = value
bool ForceExecutionValue { get; set; }
property bool ForceExecutionValue {
bool get ();
void set (bool value);
}
abstract ForceExecutionValue : bool with get, set
function get ForceExecutionValue () : boolean
function set ForceExecutionValue (value : boolean)
Valeur de propriété
Type : System.Boolean
true if the execution value of the container should be forced to contain a particular value; otherwise, false.
Notes
For more information, see DtsContainer.