IDTSCustomProperty100.ExpressionType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
式の型を取得します。値の設定も可能です。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSCustomPropertyExpressionType ExpressionType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSCustomPropertyExpressionType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSCustomPropertyExpressionType value); };
[System.Runtime.InteropServices.DispId(107)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType ExpressionType { [System.Runtime.InteropServices.DispId(107)] get; [System.Runtime.InteropServices.DispId(107)] set; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
[<set: System.Runtime.InteropServices.DispId(107)>]
member this.ExpressionType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType with get, set
Public Property ExpressionType As DTSCustomPropertyExpressionType
プロパティ値
DTSCustomPropertyExpressionType 値のいずれか 1 つ。
- 属性
注釈
このプロパティの使用方法については、「Data Flow コンポーネントのデザイン時メソッド」の「カスタム プロパティの作成」を参照してください。