DTSCustomPropertyExpressionType Enum
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.
Indicates whether the value of a custom property of a data flow component can be specified by using property expressions.
public enum class DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
type DTSCustomPropertyExpressionType =
Public Enum DTSCustomPropertyExpressionType
- Inheritance
-
DTSCustomPropertyExpressionType
Fields
CPET_NONE | 0 | The value of the custom property cannot be specified by using property expressions. |
CPET_NOTIFY | 1 | The value of the custom property can be specified by using property expressions. |
Remarks
The ExpressionType property of the IDTSCustomProperty100 class uses the DTSCustomPropertyExpressionType enumeration.