ExpressionTask.Expression 属性
Gets or sets the expression to be executed by the task.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExpressionTask
程序集: Microsoft.SqlServer.ExpressionTask(在 Microsoft.SqlServer.ExpressionTask.dll 中)
语法
声明
Public Property Expression As String
Get
Set
用法
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)
属性值
类型:System.String
The expression to be executed by the task.