IDTSProperty100.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.
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.