DacCompilationErrorCollection Class
The DacCompilationErrorCollection type stores a collection of DAC compilation errors.
Inheritance Hierarchy
Object
Microsoft.SqlServer.Management.Dac.DacCompilationErrorCollection
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'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
The DacCompilationErrorCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the DacCompilationErrorCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerableGetEnumerator | 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.