Share via


IDTSCustomProperty100.ExpressionType Property

Gets or sets the type of the expression.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Property ExpressionType As DTSCustomPropertyExpressionType 
    Get 
    Set
'Usage
Dim instance As IDTSCustomProperty100 
Dim value As DTSCustomPropertyExpressionType 

value = instance.ExpressionType

instance.ExpressionType = value
DTSCustomPropertyExpressionType ExpressionType { get; set; }
property DTSCustomPropertyExpressionType ExpressionType {
    DTSCustomPropertyExpressionType get ();
    void set (DTSCustomPropertyExpressionType value);
}
abstract ExpressionType : DTSCustomPropertyExpressionType with get, set
function get ExpressionType () : DTSCustomPropertyExpressionType 
function set ExpressionType (value : DTSCustomPropertyExpressionType)

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType
One of the DTSCustomPropertyExpressionType values.

Remarks

For information on using this property, see "Creating Custom Properties" in Design-time Methods of a Data Flow Component.

See Also

Reference

IDTSCustomProperty100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace