SqlFunctionAttribute Constructor

Definition

An optional attribute on a user-defined aggregate, used to indicate that the method should be registered in SQL Server as a function. Also used to set the DataAccess, FillRowMethodName, IsDeterministic, IsPrecise, Name, SystemDataAccess, and TableDefinition properties of the function attribute.

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

Applies to