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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator to enumerate through the TSqlCompilationErrorCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.