IDTSCustomProperty100.ExpressionType 属性

Gets or sets the type of the expression.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Property ExpressionType As DTSCustomPropertyExpressionType 
    Get 
    Set
用法
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)

属性值

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

注释

For information on using this property, see "Creating Custom Properties" in 数据流组件的设计时方法.

请参阅

参考

IDTSCustomProperty100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间