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.