Condividi tramite


Metodo ManagedHelper.ManagedPropertyHelper.GetPropertyValue

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

Gets the property value.

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
The property value.

Implementa

IDTSManagedPropertyHelper100.GetPropertyValue(Object, Int32)

Vedere anche

Riferimento

ManagedHelper.ManagedPropertyHelper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime