TSqlFragment.ScriptTokenStream Property
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.
Gets or sets the script token stream.
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken> ScriptTokenStream { get; set; }
member this.ScriptTokenStream : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParserToken> with get, set
Public Property ScriptTokenStream As IList(Of TSqlParserToken)
Property Value
The script token stream.