IDTSPrecedenceConstraints100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")> _
Public Interface IDTSPrecedenceConstraints100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSPrecedenceConstraints100
[GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")]
public interface IDTSPrecedenceConstraints100 : IEnumerable
[GuidAttribute(L"55D72A5D-F53A-4B76-84C0-8F42DC738672")]
public interface class IDTSPrecedenceConstraints100 : IEnumerable
[<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")>]
type IDTSPrecedenceConstraints100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSPrecedenceConstraints100 extends IEnumerable

IDTSPrecedenceConstraints100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 基礎結構。Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance.
公用屬性 Item 基礎結構。Gets the PrecedenceConstraint object from the collection.

上層

方法

  名稱 說明
公用方法 Add 基礎結構。Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection.
公用方法 GetEnumerator 基礎結構。Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection.
公用方法 Join 基礎結構。Joins the specified precedence constraint to the collection.
公用方法 Remove 基礎結構。Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection.

上層

備註

For more information, see PrecedenceConstraints.

請參閱

參考

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