IDTSExpressionEvaluator100.Expression Property
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.
Sets the expression contained in an IDTSExpressionEvaluator100 object.
public:
property System::String ^ Expression { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string Expression { [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.Expression : string
Public Property Expression As String
Property Value
The expression.
- Attributes