IDTSPropertiesProvider100 接口

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

Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.

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

语法

声明
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
用法
Dim instance As IDTSPropertiesProvider100
[GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface IDTSPropertiesProvider100
[GuidAttribute(L"D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface class IDTSPropertiesProvider100
[<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")>]
type IDTSPropertiesProvider100 =  interface end
public interface IDTSPropertiesProvider100

IDTSPropertiesProvider100 类型公开以下成员。

属性

  名称 说明
公共属性 Properties 基础结构。Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

页首

方法

  名称 说明
公共方法 ComputeExpressions 基础结构。Computes the expressions associated with the properties.
公共方法 GetExpression 基础结构。Returns a String that contains the expression for the specified property. Null means no expression is assigned.
公共方法 SetExpression 基础结构。Assigns the specified expression to the property. Specify nullnull 引用(在 Visual Basic 中为 Nothing) to remove an existing expression from the property.

页首

注释

For more information, see IDTSPropertiesProvider.

请参阅

参考

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