Partager via


GetPropertyValue méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function GetPropertyValue ( _
    o As Object, _
    index As Integer _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Object
An object.

Implémente

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