Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")> _
Public Interface IDTSPrecedenceConstraints100 _
Inherits IEnumerable
'Utilisation
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
Le type IDTSPrecedenceConstraints100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance. |
![]() |
Item | Infrastructure. Gets the PrecedenceConstraint object from the collection. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Add | Infrastructure. Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection. |
![]() |
Join | Infrastructure. Joins the specified precedence constraint to the collection. |
![]() |
Remove | Infrastructure. Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection. |
Haut de la page
Notes
For more information, see PrecedenceConstraints.
.gif)
.gif)