Freigeben über


IDTSCustomProperty100.ExpressionType-Eigenschaft

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)

Eigenschaftswert

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

Hinweise

For information on using this property, see "Creating Custom Properties" in Entwurfszeitmethoden einer Datenflusskomponente.

Siehe auch

Verweis

IDTSCustomProperty100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace