Partager via


Classe TSqlCompilationErrorCollection

The TSqlCompilationErrorCollection class represents a collection of TSqlCompilationError objects.

Hiérarchie d'héritage

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

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

Syntaxe

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

Le type TSqlCompilationErrorCollection 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 to enumerate through the TSqlCompilationErrorCollection.
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 Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.

Haut de la page

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.