TSqlFragment.ScriptTokenStream Property
Gets or sets a list of token streams.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ScriptTokenStream As IList(Of TSqlParserToken)
'Usage
Dim instance As TSqlFragment
Dim value As IList(Of TSqlParserToken)
value = instance.ScriptTokenStream
instance.ScriptTokenStream = value
public IList<TSqlParserToken> ScriptTokenStream { get; set; }
public:
property IList<TSqlParserToken^>^ ScriptTokenStream {
IList<TSqlParserToken^>^ get ();
void set (IList<TSqlParserToken^>^ value);
}
public function get ScriptTokenStream () : IList<TSqlParserToken>
public function set ScriptTokenStream (value : IList<TSqlParserToken>)
Property Value
Type: System.Collections.Generic.IList<TSqlParserToken>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.