IDTSExpression100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents the interface for the expression.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")> _
Public Interface IDTSExpression100
用法
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

IDTSExpression100 类型公开以下成员。

属性

  名称 说明
公共属性 Expression 基础结构。Gets or sets the expression.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间