式の例 1: データ・フィールドの値を含むストリング式を作成します。
Customer_Name (string) Expression to build: "Customer Name is "+Customer_Name
式の例 2: 式で関数を使用します。
Customer_ID (integer) Expression to build: "Customer ID is "+convert(Customer_ID,string)