EventHandlerClass.GetExpression(String) Method

Definition

public:
 virtual System::String ^ GetExpression(System::String ^ bstrPropertyName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::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

Returns

A String that contains the expression used to evaluate the property or null if no expression is assigned.

Implements

Applies to