Freigeben über


UserDefinedType-Klasse

Model schema container class for UserDefinedType

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.UserDefinedType

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class UserDefinedType
'Usage
public static class UserDefinedType
public ref class UserDefinedType abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type UserDefinedType =  class end
public final class UserDefinedType

Der UserDefinedType-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element Assembly Assembly relationship class of UserDefinedType
Öffentliche EigenschaftStatisches Element ByteOrdered ByteOrdered property class of UserDefinedType
Öffentliche EigenschaftStatisches Element ClassName ClassName property class of UserDefinedType
Öffentliche EigenschaftStatisches Element FixedLength FixedLength property class of UserDefinedType
Öffentliche EigenschaftStatisches Element Format Format property class of UserDefinedType
Öffentliche EigenschaftStatisches Element MaxByteSize MaxByteSize property class of UserDefinedType
Öffentliche EigenschaftStatisches Element Methods Methods relationship class of UserDefinedType
Öffentliche EigenschaftStatisches Element Properties Properties relationship class of UserDefinedType
Öffentliche EigenschaftStatisches Element Schema Schema relationship class of UserDefinedType
Öffentliche EigenschaftStatisches Element TypeClass Type class for UserDefinedType
Öffentliche EigenschaftStatisches Element ValidationMethodName ValidationMethodName property class of UserDefinedType

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