Proprietà ForEachLoop.HasExpressions

Gets a value that indicates whether the ForEachLoop object has expressions.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasExpressions As Boolean 
    Get
'Utilizzo
Dim instance As ForEachLoop 
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

Valore proprietà

Tipo: System.Boolean
True if the ForEachLoop object has expressions; otherwise, false.

Implementa

IDTSPropertiesProviderEx.HasExpressions

Vedere anche

Riferimento

ForEachLoop Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime