DataType.GetSqlName(SqlDataType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the TSQL name of the given SqlDataType
public string GetSqlName (Microsoft.SqlServer.Management.Smo.SqlDataType sqldt);
member this.GetSqlName : Microsoft.SqlServer.Management.Smo.SqlDataType -> string
Public Function GetSqlName (sqldt As SqlDataType) As String
Parameters
- sqldt
- SqlDataType