This documentation is archived and is not being maintained.
SqlFunctionAttribute Properties
Visual Studio 2010
The SqlFunctionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataAccess | Indicates whether the function involves access to user data stored in the local instance of SQL Server. |
|
FillRowMethodName | The name of a method in the same class as the table-valued function (TVF) that is used by the TVF contract. |
|
IsDeterministic | Indicates whether the user-defined function is deterministic. |
|
IsPrecise | Indicates whether the function involves imprecise computations, such as floating point operations. |
|
Name | The name under which the function should be registered in SQL Server. |
|
SystemDataAccess | Indicates whether the function requires access to data stored in the system catalogs or virtual system tables of SQL Server. |
|
TableDefinition | A string that represents the table definition of the results, if the method is used as a table-valued function (TVF). |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Show: