Propriété IDTSPropertiesProviderEx.HasExpressions

Gets whether the IDTSPropertiesProviderEx has expression.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
ReadOnly Property HasExpressions As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSPropertiesProviderEx Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime