DtsProperty.GetExpression(Object) 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 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.