Classe DacCompilationErrorCollection

The DacCompilationErrorCollection type stores a collection of DAC compilation errors.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..DacCompilationErrorCollection

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Class DacCompilationErrorCollection _
    Implements IEnumerable(Of DacCompilationError), IEnumerable
'Utilisation
Dim instance As DacCompilationErrorCollection
public class DacCompilationErrorCollection : IEnumerable<DacCompilationError>, 
    IEnumerable
public ref class DacCompilationErrorCollection : IEnumerable<DacCompilationError^>, 
    IEnumerable
type DacCompilationErrorCollection =  
    class
        interface IEnumerable<DacCompilationError>
        interface IEnumerable
    end
public class DacCompilationErrorCollection implements IEnumerable<DacCompilationError>, IEnumerable

Le type DacCompilationErrorCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator Returns an enumerator that iterates through the DacCompilationErrorCollection object.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator Returns an enumerator that iterates through the DacCompilationErrorCollection object.

Haut de la page

Notes

By using the DacCompilationErrorCollection object, you can iterate through the collection of errors.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.