PackageNeutralClass.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 value that contains the expression used to evaluate the property.

Implements

Remarks

For more information, see Package.

Applies to