DtsProperty.GetExpression(Object) Method

Definition

Returns a String that contains the expression for the specified object. Null means no expression is assigned.

public:
 System::String ^ GetExpression(System::Object ^ o);
public string GetExpression (object o);
member this.GetExpression : obj -> string
Public Function GetExpression (o As Object) As String

Parameters

o
Object

The name of the object whose expression you want to see.

Returns

A String that contains the expression used to evaluate the property.

Applies to