Freigeben über


TSqlCompilationResult-Klasse

The TSqlCompilationResult class defines methods and properties that contain information about the result of a Transact-SQL compilation.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..TSqlCompilationResult

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

Syntax

'Declaration
Public Class TSqlCompilationResult
'Usage
Dim instance As TSqlCompilationResult
public class TSqlCompilationResult
public ref class TSqlCompilationResult
type TSqlCompilationResult =  class end
public class TSqlCompilationResult

Der TSqlCompilationResult-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Errors Gets the collection of errors raised by the Transact-SQL compilation.
Öffentliche Eigenschaft Server Gets the server associated with the Transact-SQL compilation result.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.