Condividi tramite


Metodo IDTSManagedPropertyHelper100.ReflectOnObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Reflects the helper on object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub ReflectOnObject ( _
    oObjectToReflect As Object _
)
'Utilizzo
Dim instance As IDTSManagedPropertyHelper100 
Dim oObjectToReflect As Object

instance.ReflectOnObject(oObjectToReflect)
void ReflectOnObject(
    Object oObjectToReflect
)
void ReflectOnObject(
    [InAttribute] Object^ oObjectToReflect
)
abstract ReflectOnObject : 
        oObjectToReflect:Object -> unit
function ReflectOnObject(
    oObjectToReflect : Object
)

Parametri

Osservazioni

For more information, see ManagedHelper.ManagedPropertyHelper.

Vedere anche

Riferimento

IDTSManagedPropertyHelper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper