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.