IDTSPrecedenceConstraints100 Interface

This API supports the .NET Framework 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