ParseCall.DataType Property
Gets or sets the resulting data type of the parsed expression.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DataType As DataTypeReference
Get
Set
'Usage
Dim instance As ParseCall
Dim value As DataTypeReference
value = instance.DataType
instance.DataType = value
public DataTypeReference DataType { get; set; }
public:
property DataTypeReference^ DataType {
DataTypeReference^ get ();
void set (DataTypeReference^ value);
}
member DataType : DataTypeReference with get, set
function get DataType () : DataTypeReference
function set DataType (value : DataTypeReference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The resulting data type of the parsed expression.