Partager via


Méthode GetValue

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

For more information, see DtsProperty.

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

Syntaxe

'Déclaration
Function GetValue ( _
    pObject As Object _
) As Object
'Utilisation
Dim instance As IDTSProperty100
Dim pObject As Object
Dim returnValue As Object

returnValue = instance.GetValue(pObject)
Object GetValue(
    Object pObject
)
Object^ GetValue(
    [InAttribute] Object^ pObject
)
abstract GetValue : 
        pObject:Object -> Object 
function GetValue(
    pObject : Object
) : Object

Paramètres

Valeur de retour

Type : System. . :: . .Object