IDTSProperty100.GetExpression(Object) Method

Definition

Gets the expression for the specified object.

public:
 System::String ^ GetExpression(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(15)]
public string GetExpression (object pObject);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member GetExpression : obj -> string
Public Function GetExpression (pObject As Object) As String

Parameters

pObject
Object

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

Returns

The expression used to evaluate the property.

Attributes

Remarks

For more information, see DtsProperty.

Applies to