Metodo GetPropertyValue

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetPropertyValue ( _
    o As Object, _
    index As Integer _
) As Object
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .Object
An object.

Implementa

IDTSManagedPropertyHelper100. . :: . .GetPropertyValue(Object, Int32)