共用方式為


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 命名空間