IDTSSequence100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Sequence.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("4EF05D2F-7E57-46AC-B784-FBCCA0266610")> _
Public Interface IDTSSequence100
'Usage
Dim instance As IDTSSequence100
[GuidAttribute("4EF05D2F-7E57-46AC-B784-FBCCA0266610")]
public interface IDTSSequence100
[GuidAttribute(L"4EF05D2F-7E57-46AC-B784-FBCCA0266610")]
public interface class IDTSSequence100
[<GuidAttribute("4EF05D2F-7E57-46AC-B784-FBCCA0266610")>]
type IDTSSequence100 = interface end
public interface IDTSSequence100
The IDTSSequence100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Executables | Infrastructure. For more information, see Sequence. | |
PrecedenceConstraints | Infrastructure. For more information, see Sequence. |
Top