IDTSManagedPropertyHelper100.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.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function GetPropertyValue ( _
pObject As Object, _
Index As Integer _
) As Object
'Uso
Dim instance As IDTSManagedPropertyHelper100
Dim pObject As Object
Dim Index As Integer
Dim returnValue As Object
returnValue = instance.GetPropertyValue(pObject, _
Index)
Object GetPropertyValue(
Object pObject,
int Index
)
Object^ GetPropertyValue(
[InAttribute] Object^ pObject,
[InAttribute] int Index
)
abstract GetPropertyValue :
pObject:Object *
Index:int -> Object
function GetPropertyValue(
pObject : Object,
Index : int
) : Object
Parámetros
- pObject
Tipo: System.Object
The object property.
- Index
Tipo: System.Int32
The index.
Valor devuelto
Tipo: System.Object
The object property value.
Comentarios
For more information, see ManagedHelper.ManagedPropertyHelper.