TSqlCompilationErrorCollection Class

The TSqlCompilationErrorCollection class represents a collection of TSqlCompilationError objects.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Class TSqlCompilationErrorCollection _
    Implements IEnumerable(Of TSqlCompilationError), IEnumerable
'Usage
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

The TSqlCompilationErrorCollection type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.