Compartir a través de


IDTSForEachItemValue100.Value Propiedad

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

For more information, see ForEachItemValue.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Default Property Value As Object 
    Get 
    Set
'Uso
Dim instance As IDTSForEachItemValue100 
Dim value As Object 

value = instance

instance = value
Object this { get; set; }
property Object^ default {
    Object^ get ();
    void set (Object^ value);
}
abstract Value : Object with get, set
function get Value () : Object 
function set Value (value : Object)

Valor de la propiedad

Tipo: System.Object

Vea también

Referencia

IDTSForEachItemValue100 Interfaz

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