Interface IDTSRunningPackages100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Contains a collection of IDTSRunningPackage100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")> _
Public Interface IDTSRunningPackages100 _
Inherits IEnumerable
'Uso
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
O tipo IDTSRunningPackages100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number of elements contained in the collection. | |
Item | Infraestrutura. Gets the running package with the specified key. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetEnumerator | Infraestrutura. Gets an enumerator that iterates through the collection. |
Início
Comentários
For more information, see RunningPackages.