ParseUtils.RetrieveViewDefinition(String, ParseOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.IDictionary<string,object> RetrieveViewDefinition (string sql, Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions parseOptions);
static member RetrieveViewDefinition : string * Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions -> System.Collections.Generic.IDictionary<string, obj>
Public Shared Function RetrieveViewDefinition (sql As String, parseOptions As ParseOptions) As IDictionary(Of String, Object)
Parameters
- sql
- String
- parseOptions
- ParseOptions