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.

For more information, see ManagedHelper..::..ManagedPropertyHelper.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System. . :: . .Object