Compartir a través de


IDTSPropertiesProviderEx.HasExpressions Propiedad

Gets whether the IDTSPropertiesProviderEx has expression.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
ReadOnly Property HasExpressions As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IDTSPropertiesProviderEx Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime