Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Enumeration DTSCustomPropertyExpressionType
'Usage
Dim instance As DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
public enum class DTSCustomPropertyExpressionType
type DTSCustomPropertyExpressionType
public enum DTSCustomPropertyExpressionType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
The ExpressionType property of the IDTSCustomProperty100 class uses the DTSCustomPropertyExpressionType enumeration.