SqlFunctionAttribute Construtor
Definição
Um atributo opcional em uma agregação definida pelo usuário, usado para indicar que o método deve ser registrado no SQL Server como uma função.An optional attribute on a user-defined aggregate, used to indicate that the method should be registered in SQL Server as a function. Também é usado para definir as propriedades DataAccess, FillRowMethodName, IsDeterministic, IsPrecise, Name, SystemDataAccess e TableDefinition do atributo de função.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 ()