Clase TSqlCompilationErrorCollection
The TSqlCompilationErrorCollection class represents a collection of TSqlCompilationError objects.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..TSqlCompilationErrorCollection
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Class TSqlCompilationErrorCollection _
Implements IEnumerable(Of TSqlCompilationError), IEnumerable
'Uso
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
El tipo TSqlCompilationErrorCollection expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | Returns an enumerator to enumerate through the TSqlCompilationErrorCollection. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. Returns an enumerator to enumerate through the TSqlCompilationErrorCollection. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.