ExpressionTask.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.
public:
 property System::String ^ Expression { System::String ^ get(); void set(System::String ^ value); };
	[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.ExpressionTask.SR), "ExpressionPropertyDescription")]
public string Expression { get; set; }
	[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.ExpressionTask.SR), "ExpressionPropertyDescription")>]
member this.Expression : string with get, set
	Public Property Expression As String
	Property Value
- Attributes