This topic has not yet been rated - Rate this topic

SqlUserDefinedTypeAttribute Properties

The SqlUserDefinedTypeAttribute type exposes the following members.

  NameDescription
Public property Format The serialization format as a Format.
Public property IsByteOrdered Indicates whether the user-defined type is byte ordered.
Public property IsFixedLength Indicates whether all instances of this user-defined type are the same length.
Public property MaxByteSize The maximum size of the instance, in bytes.
Public property Name The SQL Server name of the user-defined type.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.)
Public property ValidationMethodName The name of the method used to validate instances of the user-defined type.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.