Partager via


Méthode IDTSProperty100.GetExpression

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

Gets the expression for the specified object.

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

Syntaxe

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

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

Paramètres

  • pObject
    Type : System.Object
    The name of the object whose expression you want to see.

Valeur de retour

Type : System.String
The expression used to evaluate the property.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

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