Compartir a través de


Enumeración DTSCustomPropertyExpressionType

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSCustomPropertyExpressionType
'Uso
Dim instance As DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
public enum class DTSCustomPropertyExpressionType
type DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType

Miembros

Nombre del miembro Descripción
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.

Comentarios

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

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper