Compartilhar via


Interface IDTSPrecedenceConstraints100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")> _
Public Interface IDTSPrecedenceConstraints100 _
    Inherits IEnumerable
'Uso
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

O tipo IDTSPrecedenceConstraints100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance.
Propriedade pública Item Infraestrutura. Gets the PrecedenceConstraint object from the collection.

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection.
Método público GetEnumerator Infraestrutura. Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection.
Método público Join Infraestrutura. Joins the specified precedence constraint to the collection.
Método público Remove Infraestrutura. Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection.

Início

Comentários

For more information, see PrecedenceConstraints.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper