IDTSPropertiesProvider100.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 String that contains the expression for the specified property. Null means no expression is assigned.
public:
System::String ^ GetExpression(System::String ^ bstrPropertyName);
[System.Runtime.InteropServices.DispId(7)]
public string GetExpression (string bstrPropertyName);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member GetExpression : string -> string
Public 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.
- Attributes
Remarks
For more information, see IDTSPropertiesProvider.