IDTSCustomProperty100.ExpressionType Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the expression.
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, setPublic Property ExpressionType As DTSCustomPropertyExpressionTypeProperty Value
One of the DTSCustomPropertyExpressionType values.
- Attributes
Remarks
For information on using this property, see "Creating Custom Properties" in Design-time Methods of a Data Flow Component.