IDTSCustomProperty100.ExpressionType Eigenschaft

Definition

Ruft den Typ des Ausdrucks ab oder legt diesen fest.

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

Eigenschaftswert

Einer der DTSCustomPropertyExpressionType-Werte.

Attribute

Hinweise

Informationen zur Verwendung dieser Eigenschaft finden Sie unter "Erstellen benutzerdefinierter Eigenschaften" in Entwurfszeitmethoden einer Datenfluss Komponente.

Gilt für: