Partager via


GetExpression méthode

Returns a String that contains the expression for the specified property. Null means no expression is assigned.

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

Syntaxe

'Déclaration
Public Function GetExpression ( _
    propertyName As String _
) As String
'Utilisation
Dim instance As ForEachLoop
Dim propertyName As String
Dim returnValue As String

returnValue = instance.GetExpression(propertyName)
public string GetExpression(
    string propertyName
)
public:
virtual String^ GetExpression(
    String^ propertyName
) sealed
abstract GetExpression : 
        propertyName:string -> string 
override GetExpression : 
        propertyName:string -> string 
public final function GetExpression(
    propertyName : String
) : String

Paramètres

Valeur de retour

Type : System. . :: . .String
A String that contains the expression used to evaluate the property.

Implémente

IDTSPropertiesProvider. . :: . .GetExpression(String)

Notes

The propertyName can be any property available on the object.