Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.