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 值之一。
- 属性
注解
有关使用此属性的信息,请参阅 数据流 组件的设计时方法中的“创建自定义属性”。