Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 96d54f1

Browse files
Update docs/relational-databases/user-defined-functions/deterministic-and-nondeterministic-functions.md
Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com>
1 parent 493f91c commit 96d54f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/relational-databases/user-defined-functions/deterministic-and-nondeterministic-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ This article identifies the determinism of built-in system functions and the eff
2929

3030
### Determining if a function is deterministic
3131

32-
You can check whether or not a function is deterministic by checking the "is_deterministic" object property for the function. The example below determines if the function Sales.CalculateSalesTax is deterministic.
32+
You can check whether a function is deterministic by querying the `is_deterministic` object property for the function. The example below determines if the function `Sales.CalculateSalesTax` is deterministic.
33+
3334

3435
```sql
3536
SELECT OBJECTPROPERTY(OBJECT_ID('Sales.CalculateSalesTax'), 'IsDeterministic');

0 commit comments

Comments
 (0)