Condividi tramite


DTSCustomPropertyExpressionType Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
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.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace