Parser.Parse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Parse(String)
public static Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult Parse(string sql);
static member Parse : string -> Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
Public Shared Function Parse (sql As String) As ParseResult
參數
- sql
- String
傳回
適用於
Parse(String, ParseOptions)
public static Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult Parse(string sql, Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions options);
static member Parse : string * Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions -> Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
Public Shared Function Parse (sql As String, options As ParseOptions) As ParseResult
參數
- sql
- String
- options
- ParseOptions
傳回
適用於
Parse(String, ParseOptions, ParseOptions)
public static Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult Parse(string sql, Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions options, out Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions resultOptions);
static member Parse : string * Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions * ParseOptions -> Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
Public Shared Function Parse (sql As String, options As ParseOptions, ByRef resultOptions As ParseOptions) As ParseResult
參數
- sql
- String
- options
- ParseOptions
- resultOptions
- ParseOptions