Share via


IDTSPropertiesProviderEx.HasExpressions Property

Gets whether the IDTSPropertiesProviderEx has expression.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
ReadOnly Property HasExpressions As Boolean 
    Get
'Usage
Dim instance As IDTSPropertiesProviderEx 
Dim value As Boolean 

value = instance.HasExpressions
bool HasExpressions { get; }
property bool HasExpressions {
    bool get ();
}
abstract HasExpressions : bool
function get HasExpressions () : boolean

Property Value

Type: System.Boolean
True if the IDTSPropertiesProviderEx has expression; otherwise, false.

See Also

Reference

IDTSPropertiesProviderEx Interface

Microsoft.SqlServer.Dts.Runtime Namespace