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.
Model schema container class for DataType
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.DataType
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class DataType
'Usage
public static class DataType
public ref class DataType abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DataType = class end
public final class DataType
The DataType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Schema | Schema relationship class of DataType |
![]() ![]() |
SqlDataType | SqlDataType property class of DataType |
![]() ![]() |
Type | Type relationship class of DataType |
![]() ![]() |
TypeClass | Type class for DataType |
![]() ![]() |
UddtIsMax | UddtIsMax property class of DataType |
![]() ![]() |
UddtLength | UddtLength property class of DataType |
![]() ![]() |
UddtNullable | UddtNullable property class of DataType |
![]() ![]() |
UddtPrecision | UddtPrecision property class of DataType |
![]() ![]() |
UddtScale | UddtScale property class of DataType |
Top
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.