Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("55D72A5D-F53A-4B76-84C0-8F42DC738672")> _
Public Interface IDTSPrecedenceConstraints100 _
Inherits IEnumerable
'Usage
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
Der IDTSPrecedenceConstraints100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Count | Infrastruktur Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance. |
![]() |
Item | Infrastruktur Gets the PrecedenceConstraint object from the collection. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Add | Infrastruktur Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection. |
![]() |
GetEnumerator | Infrastruktur Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection. |
![]() |
Join | Infrastruktur Joins the specified precedence constraint to the collection. |
![]() |
Remove | Infrastruktur Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection. |
Zum Anfang
Hinweise
For more information, see PrecedenceConstraints.
.gif)
.gif)