Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a collection of IDTSExecutable100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")> _
Public Interface IDTSExecutables100 _
Inherits IEnumerable
'Usage
Dim instance As IDTSExecutables100
[GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface IDTSExecutables100 : IEnumerable
[GuidAttribute(L"0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface class IDTSExecutables100 : IEnumerable
[<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")>]
type IDTSExecutables100 =
interface
interface IEnumerable
end
public interface IDTSExecutables100 extends IEnumerable
The IDTSExecutables100 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the collection. |
![]() |
Item | Infrastructure. Gets an IDTSExecutable100 object from the collection. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Infrastructure. Adds a new container or task object to the collection. |
![]() |
Contains | Infrastructure. Determines whether the items in the collection can be accessed using the index as the parameter. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator that can iterate through the collection. |
![]() |
Join | Infrastructure. Adds an existing container or task object to the collection. |
![]() |
Remove | Infrastructure. Removes an IDTSExecutable100 object from the collection. |
Top
.gif)
.gif)