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 script generator for T-SQL 90.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql90ScriptGenerator
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public NotInheritable Class Sql90ScriptGenerator _
Inherits SqlScriptGenerator
'Usage
Dim instance As Sql90ScriptGenerator
public sealed class Sql90ScriptGenerator : SqlScriptGenerator
public ref class Sql90ScriptGenerator sealed : public SqlScriptGenerator
[<SealedAttribute>]
type Sql90ScriptGenerator =
class
inherit SqlScriptGenerator
end
public final class Sql90ScriptGenerator extends SqlScriptGenerator
Der Sql90ScriptGenerator-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
Sql90ScriptGenerator() | Initializes a new instance of the Sql90ScriptGenerator class with the specified values. |
![]() |
Sql90ScriptGenerator(SqlScriptGeneratorOptions) | Initializes a new instance of the Sql90ScriptGenerator 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)