다음을 통해 공유


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 네임스페이스