Classe Sql100ScriptGenerator
Represents the Sql100 script generator.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
Microsoft.SqlServer.TransactSql.ScriptDom.Sql100ScriptGenerator
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public NotInheritable Class Sql100ScriptGenerator _
Inherits SqlScriptGenerator
'Uso
Dim instance As Sql100ScriptGenerator
public sealed class Sql100ScriptGenerator : SqlScriptGenerator
public ref class Sql100ScriptGenerator sealed : public SqlScriptGenerator
[<SealedAttribute>]
type Sql100ScriptGenerator =
class
inherit SqlScriptGenerator
end
public final class Sql100ScriptGenerator extends SqlScriptGenerator
O tipo Sql100ScriptGenerator expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Sql100ScriptGenerator() | Initializes a new instance of the Sql100ScriptGenerator class. | |
Sql100ScriptGenerator(SqlScriptGeneratorOptions) | Initializes a new instance of the Sql100ScriptGenerator class with the specified options. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Options | Gets the sql script generator options. (Herdado de SqlScriptGenerator.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GenerateScript(TSqlFragment, TextWriter) | Generates a text representing the specified script fragment. (Herdado de SqlScriptGenerator.) | |
GenerateScript(TSqlFragment, String%) | Generates a text representing the specified script fragment. (Herdado de SqlScriptGenerator.) | |
GenerateTokens | Generates a list of tokens representing the script generated by the specified script fragment. (Herdado de SqlScriptGenerator.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.