This documentation is archived and is not being maintained.
SqlUserDefinedTypeAttribute Properties
Visual Studio 2010
The SqlUserDefinedTypeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Format | The serialization format as a Format. |
|
IsByteOrdered | Indicates whether the user-defined type is byte ordered. |
|
IsFixedLength | Indicates whether all instances of this user-defined type are the same length. |
|
MaxByteSize | The maximum size of the instance, in bytes. |
|
Name | The SQL Server name of the user-defined type. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
ValidationMethodName | The name of the method used to validate instances of the user-defined type. |
Show: