Skip to content

Commit 18a7452

Browse files
authored
Update set-local-variable-transact-sql.md
1 parent cbf34f0 commit 18a7452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/language-elements/set-local-variable-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A public field of a user-defined type.
7373
*udt_name*
7474
The name of a common language runtime (CLR) user-defined type.
7575

76-
`{ . | :: }`
76+
`{ . | :: }`
7777
Specifies a method of a CLR user-define type. For an instance (non-static) method, use a period (**.**). For a static method, use two colons (**::**). To invoke a method, property, or field of a CLR user-defined type, you must have EXECUTE permission on the type.
7878

7979
_method_name_ **(** _argument_ [ **,**... *n* ] **)**

0 commit comments

Comments
 (0)