PackageNeutralClass.ForcedExecutionValue Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
If the ForceExecutionValue property is set to true, gets or sets a value that specifies the optional execution value that the package returns.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property ForcedExecutionValue As Object
Get
Set
'Uso
Dim instance As PackageNeutralClass
Dim value As Object
value = instance.ForcedExecutionValue
instance.ForcedExecutionValue = value
public virtual Object ForcedExecutionValue { get; set; }
public:
virtual property Object^ ForcedExecutionValue {
Object^ get ();
void set (Object^ value);
}
abstract ForcedExecutionValue : Object with get, set
override ForcedExecutionValue : Object with get, set
function get ForcedExecutionValue () : Object
function set ForcedExecutionValue (value : Object)
Valor de la propiedad
Tipo: System.Object
An Object that represents the optional execution value the package returns. The default value of this property is 0.
Implementa
IDTSContainer100.ForcedExecutionValue
Comentarios
For more information, see Package.