DacCompilationErrorCollection Class

The DacCompilationErrorCollection type stores a collection of DAC compilation errors.

Inheritance Hierarchy

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

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

Syntax

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

The DacCompilationErrorCollection 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 that iterates through the DacCompilationErrorCollection object.
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 Returns an enumerator that iterates through the DacCompilationErrorCollection object.

Top

Remarks

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

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.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace