IDTSPropertiesProviderEx100.HasExpressions Property

Definition

Gets a value that indicates whether this properties provider contains expressions.

public:
 property bool HasExpressions { bool get(); };
[System.Runtime.InteropServices.DispId(10)]
public bool HasExpressions { [System.Runtime.InteropServices.DispId(10)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
member this.HasExpressions : bool
Public ReadOnly Property HasExpressions As Boolean

Property Value

true if this properties provider contains expressions; otherwise, false.

Attributes

Remarks

For more information, see IDTSPropertiesProviderEx.

Applies to