From 53415fc89f3f4021fd3ea328e9d5e4a4e5e4a645 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 10 Aug 2020 18:43:14 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"*@source=5Fobject*"=E2=86=92"*\@source?= =?UTF-8?q?=5Fobject*"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Italic with escape characters https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-addmergearticle-transact-sql?view=sql-server-ver15 --- .../system-stored-procedures/sp-addmergearticle-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relational-databases/system-stored-procedures/sp-addmergearticle-transact-sql.md b/docs/relational-databases/system-stored-procedures/sp-addmergearticle-transact-sql.md index fa387296e13..61bfebc35a6 100644 --- a/docs/relational-databases/system-stored-procedures/sp-addmergearticle-transact-sql.md +++ b/docs/relational-databases/system-stored-procedures/sp-addmergearticle-transact-sql.md @@ -217,7 +217,7 @@ sp_addmergearticle [ @publication = ] 'publication' **1** specifies that the signature will be verified to see if it is from a trusted source. `[ @destination_object = ] 'destination_object'` - Is the name of the object in the subscription database. *destination_object* is **sysname**, with a default value of what is in **\@source_object**. This parameter can be specified only if the article is a schema-only article, such as stored procedures, views, and UDFs. If the article specified is a table article, the value in *@source_object* overrides the value in *destination_object*. + Is the name of the object in the subscription database. *destination_object* is **sysname**, with a default value of what is in **\@source_object**. This parameter can be specified only if the article is a schema-only article, such as stored procedures, views, and UDFs. If the article specified is a table article, the value in *\@source_object* overrides the value in *destination_object*. `[ @allow_interactive_resolver = ] 'allow_interactive_resolver'` Enables or disables the use of the Interactive Resolver on an article. *allow_interactive_resolver* is **nvarchar(5)**, with a default of FALSE. **true** enables the use of the Interactive Resolver on the article; **false** disables it.