Microsoft.SqlServer.Dts.Pip ...


DTSCustomPropertyExpressionType Enumeration

Indicates whether the value of a custom property of a data flow component can be specified by using property expressions.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax

VisualBasicDeclaration
Public Enumeration DTSCustomPropertyExpressionType
CSharp
public enum DTSCustomPropertyExpressionType
ManagedCPlusPlus
public enum class DTSCustomPropertyExpressionType
JSharp
public enum DTSCustomPropertyExpressionType
JScript
public enum DTSCustomPropertyExpressionType
Members

Member nameDescription
CPET_NONEThe value of the custom property cannot be specified by using property expressions.
CPET_NOTIFYThe value of the custom property can be specified by using property expressions.
Remarks

The ExpressionType property of the IDTSCustomProperty100 class uses the DTSCustomPropertyExpressionType enumeration.


Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also

Tags :


Page view tracker