Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the Sql80 script generator.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql80ScriptGenerator
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public NotInheritable Class Sql80ScriptGenerator _
Inherits SqlScriptGenerator
'Usage
Dim instance As Sql80ScriptGenerator
public sealed class Sql80ScriptGenerator : SqlScriptGenerator
public ref class Sql80ScriptGenerator sealed : public SqlScriptGenerator
[<SealedAttribute>]
type Sql80ScriptGenerator =
class
inherit SqlScriptGenerator
end
public final class Sql80ScriptGenerator extends SqlScriptGenerator
Der Sql80ScriptGenerator-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
Sql80ScriptGenerator() | Initializes a new instance of the Sql80ScriptGenerator class. |
![]() |
Sql80ScriptGenerator(SqlScriptGeneratorOptions) | Initializes a new instance of the Sql80ScriptGenerator class with the specified options. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Options | Gets the sql script generator options. (Geerbt von SqlScriptGenerator.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GenerateScript(TSqlFragment, TextWriter) | Generates a text representing the specified script fragment. (Geerbt von SqlScriptGenerator.) |
![]() |
GenerateScript(TSqlFragment, String%) | Generates a text representing the specified script fragment. (Geerbt von SqlScriptGenerator.) |
![]() |
GenerateTokens | Generates a list of tokens representing the script generated by the specified script fragment. (Geerbt von SqlScriptGenerator.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)