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.