共用方式為


DTSCustomPropertyExpressionType Enumeration

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 (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
Public Enumeration DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
public enum class DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType

Members

Member name Description
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 IDTSCustomProperty90 class uses the DTSCustomPropertyExpressionType enumeration.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace