Интерфейс 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.