Interface IDTSWarnings100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines a properties and methods for the collection of warning.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")> _
Public Interface IDTSWarnings100 _
Inherits IEnumerable
'Uso
Dim instance As IDTSWarnings100
[GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface IDTSWarnings100 : IEnumerable
[GuidAttribute(L"0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface class IDTSWarnings100 : IEnumerable
[<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")>]
type IDTSWarnings100 =
interface
interface IEnumerable
end
public interface IDTSWarnings100 extends IEnumerable
O tipo IDTSWarnings100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number of elements contained in the IDTSWarnings100 instance. | |
Item | Infraestrutura. Gets a IDTSWarning100 object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clear | Infraestrutura. Clears all objects from the IDTSWarnings100 collection. | |
GetEnumerator | Infraestrutura. Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection. |
Início
Comentários
For more information, see DtsWarnings.