TryConvertCall::DataType Property
Gets or sets the data type the expression will be converted.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property DataTypeReference^ DataType { DataTypeReference^ get(); void set(DataTypeReference^ value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::DataTypeReference^The data type the expression will be converted.
Show: