Compartir a través de


IDTSPropertiesProviderEx100.HasExpressions Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Boolean
true if this properties provider contains expressions; otherwise, false.

Comentarios

For more information, see IDTSPropertiesProviderEx.

Vea también

Referencia

IDTSPropertiesProviderEx100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper