Share via


Token.Type Property

Gets the type of the token.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Parser
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property Type As String
    Get
'Usage
Dim instance As Token
Dim value As String

value = instance.Type
public string Type { get; }
public:
property String^ Type {
    String^ get ();
}
member Type : string
function get Type () : String

Property Value

Type: System.String
A string that represents the type of the token.