SqlFacetAttribute
Annotates the returned result of a user-defined type (UDT) with additional information that can be used in Transact-SQL.
Indicates whether the return type of the user-defined type is of a fixed length.
Indicates whether the return type of the user-defined type can be null.
The maximum size, in logical units, of the underlying field type of the user-defined type.
The precision of the return type of the user-defined type.
The scale of the return type of the user-defined type.
public SqlFacetAttribute()
An optional attribute on a user-defined type (UDT) return type, used to annotate the returned result with additional information that can be used in Transact-SQL.