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.