DTSCustomPropertyExpressionType 枚举
Indicates whether the value of a custom property of a data flow component can be specified by using property expressions.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Public Enumeration DTSCustomPropertyExpressionType
用法
Dim instance As DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
public enum class DTSCustomPropertyExpressionType
type DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
成员
成员名称 | 说明 | |
---|---|---|
CPET_NONE | The value of the custom property cannot be specified by using property expressions. | |
CPET_NOTIFY | The value of the custom property can be specified by using property expressions. |
注释
The ExpressionType property of the IDTSCustomProperty100 class uses the DTSCustomPropertyExpressionType enumeration.