Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Reflects the helper on object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ReflectOnObject ( _
oObjectToReflect As Object _
)
'Usage
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
)
Parameters
- oObjectToReflect
Type: System.Object
The object to reflect.
Remarks
For more information, see ManagedHelper.ManagedPropertyHelper.