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 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.