Metodo ForEachLoop.GetExpression

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetExpression ( _
    propertyName As String _
) As String
'Utilizzo
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

Parametri

  • propertyName
    Tipo: System.String
    The name of the property whose expression you want to see.

Valore restituito

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

Implementa

IDTSPropertiesProvider.GetExpression(String)

Osservazioni

The propertyName can be any property available on the object.

Vedere anche

Riferimento

ForEachLoop Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime