Interfaccia IDTSWarnings100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines a properties and methods for the collection of warning.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")> _
Public Interface IDTSWarnings100 _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSWarnings100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the IDTSWarnings100 instance.
Proprietà pubblica Item Infrastruttura. Gets a IDTSWarning100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clear Infrastruttura. Clears all objects from the IDTSWarnings100 collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection.

In alto

Osservazioni

For more information, see DtsWarnings.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper