Freigeben über


IDTSExpression100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the interface for the expression.

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

Syntax

'Declaration
<GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")> _
Public Interface IDTSExpression100
'Usage
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

Der IDTSExpression100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Expression Infrastruktur Gets or sets the expression.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace