Partager via


Méthode IDTSProperty100.GetValue

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

Returns the value of the property.

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

  • pObject
    Type : System.Object
    The parent object of the property whose value is to be returned.

Valeur de retour

Type : System.Object
An object that contains the value of the property.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper