Compartilhar via


Propriedade do RDL IDTSPropertiesProviderEx100.HasExpressions

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

For more information, see IDTSPropertiesProviderEx.

Consulte também

Referência

IDTSPropertiesProviderEx100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper