PackageRemote32Class.GetExpression(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that contains the expression for the specified property.
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 value that contains the expression used to evaluate the property.