IDTSPrecedenceConstraints100 Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece as propriedades e os métodos para o trabalho em uma coleção de objetos IDTSPrecedenceConstraint100.
public interface class IDTSPrecedenceConstraints100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5E8BE4E4-4213-4AE3-B796-F55C3ECB96BC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPrecedenceConstraints100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F864AEF7-A048-4DF5-A5B9-880539D58DB9")]
public interface IDTSPrecedenceConstraints100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("26BAF024-FA7C-4C2C-BCE1-3DE1ED5FCAD1")]
public interface IDTSPrecedenceConstraints100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5E8BE4E4-4213-4AE3-B796-F55C3ECB96BC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPrecedenceConstraints100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F864AEF7-A048-4DF5-A5B9-880539D58DB9")>]
type IDTSPrecedenceConstraints100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("26BAF024-FA7C-4C2C-BCE1-3DE1ED5FCAD1")>]
type IDTSPrecedenceConstraints100 = interface
interface IEnumerable
Public Interface IDTSPrecedenceConstraints100
Implements IEnumerable
- Atributos
- Implementações
Comentários
Para obter mais informações, consulte PrecedenceConstraints.
Propriedades
Count |
Obtém o número de elementos contidos na instância de IDTSPrecedenceConstraints100. |
Item[Object] |
Obtém o objeto PrecedenceConstraint da coleção. |
Métodos
Add(IDTSExecutable100, IDTSExecutable100) |
Adiciona o IDTSExecutable100 especificado como uma restrição de precedência à coleção de IDTSPrecedenceConstraints100. |
GetEnumerator() |
Retorna um enumerador para uso na iteração pela coleção IDTSPrecedenceConstraints100. |
Join(PrecedenceConstraint) |
Une a restrição de precedência especificada à coleção. |
Remove(Object) |
Remove o item especificado como uma restrição de precedência da coleção IDTSPrecedenceConstraints100. |