IDTSProperty100.GetExpression(Object) Method

Definition

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

Returns

The expression used to evaluate the property.

Attributes

Remarks

For more information, see DtsProperty.

Applies to