Sql160ScriptGenerator 클래스

정의

T-SQL 160용 스크립트 생성기

public sealed class Sql160ScriptGenerator : Microsoft.SqlServer.TransactSql.ScriptDom.SqlScriptGenerator
type Sql160ScriptGenerator = class
    inherit SqlScriptGenerator
Public NotInheritable Class Sql160ScriptGenerator
Inherits SqlScriptGenerator
상속
Sql160ScriptGenerator

생성자

Sql160ScriptGenerator()

Sql160ScriptGenerator 클래스의 새 인스턴스를 초기화합니다.

Sql160ScriptGenerator(SqlScriptGeneratorOptions)

Sql160ScriptGenerator 클래스의 새 인스턴스를 초기화합니다.

속성

Options

옵션을 가져옵니다.

(다음에서 상속됨 SqlScriptGenerator)

메서드

GenerateScript(TSqlFragment, String)

스크립트로 작성기를 채웁니다.scriptFragment.

(다음에서 상속됨 SqlScriptGenerator)
GenerateScript(TSqlFragment, String, IList<ParseError>)

스크립트로 작성기를 채웁니다.scriptFragment.

(다음에서 상속됨 SqlScriptGenerator)
GenerateScript(TSqlFragment, TextWriter)

지정된 스크립트 조각을 나타내는 텍스트를 생성합니다.

(다음에서 상속됨 SqlScriptGenerator)
GenerateTokens(TSqlFragment)

지정된 스크립트 조각에서 생성된 스크립트를 나타내는 토큰 목록을 생성합니다.

(다음에서 상속됨 SqlScriptGenerator)

적용 대상