DtsEventHandler.HasExpressions Property

Definition

Gets whether the DTS event contains expressions.

public:
 property bool HasExpressions { bool get(); };
public bool HasExpressions { get; }
member this.HasExpressions : bool
Public ReadOnly Property HasExpressions As Boolean

Property Value

True if the DTS event contains expressions; otherwise, false.

Implements

Applies to