Compartilhar via


Interface IDTSExpression100

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

Represents the interface for the expression.

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

Sintaxe

'Declaração
<GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")> _
Public Interface IDTSExpression100
'Uso
Dim instance As IDTSExpression100
[GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")]
public interface IDTSExpression100
[GuidAttribute(L"D10942AD-3012-4E44-B62E-91D7CC14CA67")]
public interface class IDTSExpression100
[<GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")>]
type IDTSExpression100 =  interface end
public interface IDTSExpression100

O tipo IDTSExpression100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Expression Infraestrutura. Gets or sets the expression.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper