Skip to content

Commit bdadb69

Browse files
authored
Merge pull request #18043 from MicrosoftDocs/VanMSFT-patch-1
Update has-perms-by-name-transact-sql.md
2 parents 67db3c7 + 2e62b8e commit bdadb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/has-perms-by-name-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ HAS_PERMS_BY_NAME ( securable , securable_class , permission
5656
An optional scalar expression of type **sysname** that represents the name of the securable sub-entity against which the permission is tested. The default is NULL.
5757

5858
> [!NOTE]
59-
> In versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and later, sub-securables cannot use brackets in the form **'[**_sub name_**]'**. Use **'**_sub name_**'** instead.
59+
> Sub-securables cannot use brackets in the form **'[**_sub name_**]'**. Use **'**_sub name_**'** instead.
6060
6161
*sub-securable_class*
6262
An optional scalar expression of type **nvarchar(60)** that represent the class of securable subentity against which the permission is tested. The default is NULL.

0 commit comments

Comments
 (0)