ManagedHelper.ManagedPropertyHelper.GetPropertyValue Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the property value.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function GetPropertyValue ( _
o As Object, _
index As Integer _
) As Object
'Uso
Dim instance As ManagedHelper.ManagedPropertyHelper
Dim o As Object
Dim index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(o, _
index)
public Object GetPropertyValue(
Object o,
int index
)
public:
virtual Object^ GetPropertyValue(
Object^ o,
int index
) sealed
abstract GetPropertyValue :
o:Object *
index:int -> Object
override GetPropertyValue :
o:Object *
index:int -> Object
public final function GetPropertyValue(
o : Object,
index : int
) : Object
Parámetros
- o
Tipo: System.Object
The object.
- index
Tipo: System.Int32
The index.
Valor devuelto
Tipo: System.Object
The property value.
Implementa
IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)