IDTSPropertiesProvider100.GetExpression(String) Method

Definition

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.

Applies to