Skip to content

Commit 02e5de1

Browse files
authored
Update create-function-transact-sql.md (#10070)
Immaterial Revision Schema Binding Section The binding of the function to the objects it references is removed only when one of the following actions occurs: The binding of the function to the objects it references is removed only when ne of the following actions occurs:
2 parents f5ddfc9 + 60775d7 commit 02e5de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/t-sql/statements/create-function-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Using this option prevents the function from being published as part of [!INCLUD
409409

410410
Specifies that the function is bound to the database objects that it references. When `SCHEMABINDING` is specified, the base objects can't be modified in a way that would affect the function definition. The function definition itself must first be modified or dropped to remove dependencies on the object that is to be modified.
411411

412-
The binding of the function to the objects it references is removed only when ne of the following actions occurs:
412+
The binding of the function to the objects it references is removed only when one of the following actions occurs:
413413

414414
- The function is dropped.
415415
- The function is modified by using the `ALTER` statement with the `SCHEMABINDING` option not specified.

0 commit comments

Comments
 (0)