Compartir a través de


IDTSContainer100.ForcedExecutionValue Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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
Property ForcedExecutionValue As Object 
    Get 
    Set
'Uso
Dim instance As IDTSContainer100 
Dim value As Object 

value = instance.ForcedExecutionValue

instance.ForcedExecutionValue = value
Object ForcedExecutionValue { get; set; }
property Object^ ForcedExecutionValue {
    Object^ get ();
    void set (Object^ value);
}
abstract ForcedExecutionValue : Object with get, set
function get ForcedExecutionValue () : Object 
function set ForcedExecutionValue (value : Object)

Valor de la propiedad

Tipo: System.Object
An object that specifies the optional execution value that the package returns.

Comentarios

For more information, see DtsContainer.

Vea también

Referencia

IDTSContainer100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper