Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the DTS event contains expressions.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property HasExpressions As Boolean
Get
'Usage
Dim instance As DtsEventHandler
Dim value As Boolean
value = instance.HasExpressions
public bool HasExpressions { get; }
public:
virtual property bool HasExpressions {
bool get () sealed;
}
abstract HasExpressions : bool
override HasExpressions : bool
final function get HasExpressions () : boolean
Property Value
Type: System.Boolean
True if the DTS event contains expressions; otherwise, false.
Implements
IDTSPropertiesProviderEx.HasExpressions