SqlFacetAttribute Constructor

Definition

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.

public:
 SqlFacetAttribute();
public SqlFacetAttribute ();
Public Sub New ()

Applies to