Share via


SqlDataType Class

Represents the Sql data type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SqlDataType _
    Inherits ParameterizedDataType
'Usage
Dim instance As SqlDataType
[SerializableAttribute]
public class SqlDataType : ParameterizedDataType
[SerializableAttribute]
public ref class SqlDataType : public ParameterizedDataType
public class SqlDataType extends ParameterizedDataType

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.DataType
      Microsoft.Data.Schema.ScriptDom.Sql.ParameterizedDataType
        Microsoft.Data.Schema.ScriptDom.Sql.SqlDataType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SqlDataType Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace