共用方式為


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.

請參閱

參考

ExpressionTask 類別

Microsoft.SqlServer.Dts.Tasks.ExpressionTask 命名空間