Proprietà IDTSPropertiesProviderEx100.HasExpressions

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value that indicates whether this properties provider contains expressions.

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

Sintassi

'Dichiarazione
ReadOnly Property HasExpressions As Boolean 
    Get
'Utilizzo
Dim instance As IDTSPropertiesProviderEx100 
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 this properties provider contains expressions; otherwise, false.

Osservazioni

For more information, see IDTSPropertiesProviderEx.

Vedere anche

Riferimento

IDTSPropertiesProviderEx100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper