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 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 TryParseCall
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.