IDTSPropertiesProviderEx100.HasExpressions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.