Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the old token.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property OldToken As TSqlParserToken
public TSqlParserToken OldToken { get; }
public:
property TSqlParserToken^ OldToken {
TSqlParserToken^ get ();
}
member OldToken : TSqlParserToken
function get OldToken () : TSqlParserToken
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.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.