IDTSPrecedenceConstraints100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see PrecedenceConstraints.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("22AD7064-F2E7-4ACF-B1F5-5FCE39401709")> _
Public Interface IDTSPrecedenceConstraints100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSPrecedenceConstraints100
[GuidAttribute("22AD7064-F2E7-4ACF-B1F5-5FCE39401709")]
public interface IDTSPrecedenceConstraints100 : IEnumerable
[GuidAttribute(L"22AD7064-F2E7-4ACF-B1F5-5FCE39401709")]
public interface class IDTSPrecedenceConstraints100 : IEnumerable
[<GuidAttribute("22AD7064-F2E7-4ACF-B1F5-5FCE39401709")>]
type IDTSPrecedenceConstraints100 =
interface
interface IEnumerable
end
public interface IDTSPrecedenceConstraints100 extends IEnumerable
The IDTSPrecedenceConstraints100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see PrecedenceConstraints. | |
Item | Infrastructure. For more information, see PrecedenceConstraints. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see PrecedenceConstraints. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see PrecedenceConstraints. | |
Remove | Infrastructure. For more information, see PrecedenceConstraints. |
Top