Linguaggio

IDTSCustomProperty100.ExpressionType Proprietà

Definizione

Ottiene o imposta il tipo dell'espressione.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSCustomPropertyExpressionType ExpressionType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSCustomPropertyExpressionType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSCustomPropertyExpressionType value); };
[System.Runtime.InteropServices.DispId(107)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType ExpressionType { [System.Runtime.InteropServices.DispId(107)] get; [System.Runtime.InteropServices.DispId(107)] set; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
[<set: System.Runtime.InteropServices.DispId(107)>]
member this.ExpressionType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType with get, set
Public Property ExpressionType As DTSCustomPropertyExpressionType

Valore della proprietà

Uno dei DTSCustomPropertyExpressionType valori.

Attributi

Commenti

Per informazioni sull'uso di questa proprietà, vedi "Creare proprietà personalizzate" in Metodi in tempo di progettazione di un componente Flusso di dati.

Si applica a