ExpressionTask.Expression Property
Gets or sets the expression to be executed by the task.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExpressionTask
Assembly: Microsoft.SqlServer.ExpressionTask (in Microsoft.SqlServer.ExpressionTask.dll)
Syntax
'Declaration
Public Property Expression As String
Get
Set
'Usage
Dim instance As ExpressionTask
Dim value As String
value = instance.Expression
instance.Expression = value
public string Expression { get; set; }
public:
property String^ Expression {
String^ get ();
void set (String^ value);
}
member Expression : string with get, set
function get Expression () : String
function set Expression (value : String)
Property Value
Type: System.String
The expression to be executed by the task.