Freigeben über


DataType-Klasse

Model schema container class for DataType

Vererbungshierarchie

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

Der DataType-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element Schema Schema relationship class of DataType
Öffentliche EigenschaftStatisches Element SqlDataType SqlDataType property class of DataType
Öffentliche EigenschaftStatisches Element Type Type relationship class of DataType
Öffentliche EigenschaftStatisches Element TypeClass Type class for DataType
Öffentliche EigenschaftStatisches Element UddtIsMax UddtIsMax property class of DataType
Öffentliche EigenschaftStatisches Element UddtLength UddtLength property class of DataType
Öffentliche EigenschaftStatisches Element UddtNullable UddtNullable property class of DataType
Öffentliche EigenschaftStatisches Element UddtPrecision UddtPrecision property class of DataType
Öffentliche EigenschaftStatisches Element UddtScale UddtScale property class of DataType

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace