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