Condividi tramite


Metodo ReflectOnObject

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

For more information, see ManagedHelper..::..ManagedPropertyHelper.

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