ConvertCall.DataType Property
SQL Server 2012
Gets or sets the data type to which the expression will be converted.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property DataType As DataTypeReference Get Set 'Usage Dim instance As ConvertCall Dim value As DataTypeReference value = instance.DataType instance.DataType = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReferenceThe data type to which the expression will be converted.
