ForLoopClass.GetExpression(String) Method

Definition

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

public:
 virtual System::String ^ GetExpression(System::String ^ bstrPropertyName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPropertiesProvider100::GetExpression;
public virtual string GetExpression (string bstrPropertyName);
abstract member GetExpression : string -> string
override this.GetExpression : string -> string
Public Overridable Function GetExpression (bstrPropertyName As String) As String

Parameters

bstrPropertyName
String

The name of the property whose expression you want to see.

Returns

A String that contains the expression used to evaluate the property.

Implements

Applies to