Classe TSqlCompilationResult
The TSqlCompilationResult class defines methods and properties that contain information about the result of a Transact-SQL compilation.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..TSqlCompilationResult
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public Class TSqlCompilationResult
'Utilizzo
Dim instance As TSqlCompilationResult
public class TSqlCompilationResult
public ref class TSqlCompilationResult
type TSqlCompilationResult = class end
public class TSqlCompilationResult
Nel tipo TSqlCompilationResult sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Errors | Gets the collection of errors raised by the Transact-SQL compilation. |
![]() |
Server | Gets the server associated with the Transact-SQL compilation result. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.