Proprietà IDTSPropertiesProviderEx.HasExpressions

Gets whether the IDTSPropertiesProviderEx has expression.

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

IDTSPropertiesProviderEx Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime