Интерфейс IDTSRunningPackages100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Contains a collection of IDTSRunningPackage100 objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")> _
Public Interface IDTSRunningPackages100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSRunningPackages100
[GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface IDTSRunningPackages100 : IEnumerable
[GuidAttribute(L"76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface class IDTSRunningPackages100 : IEnumerable
[<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")>]
type IDTSRunningPackages100 =
interface
interface IEnumerable
end
public interface IDTSRunningPackages100 extends IEnumerable
Тип IDTSRunningPackages100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Инфраструктура. Gets the number of elements contained in the collection. |
![]() |
Item | Инфраструктура. Gets the running package with the specified key. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
GetEnumerator | Инфраструктура. Gets an enumerator that iterates through the collection. |
В начало
Замечания
For more information, see RunningPackages.