---
title: "MSreplication_objects (Transact-SQL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/04/2017"
ms.prod: "sql-server-2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "replication"
ms.tgt_pltfrm: ""
ms.topic: "language-reference"
applies_to:
- "SQL Server"
f1_keywords:
- "MSreplication_objects"
- "MSreplication_objects_TSQL"
dev_langs:
- "TSQL"
helpviewer_keywords:
- "MSreplication_objects system table"
ms.assetid: 08f9710d-976d-448e-bead-ac9835e87bc5
caps.latest.revision: 21
author: "BYHAM"
ms.author: "rickbyh"
manager: "jhubbard"
---
# MSreplication_objects (Transact-SQL)
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx_md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
The **MSreplication_objects** table contains one row for each object that is associated with replication in the Subscriber database. This table is stored in the subscription database.
|Column name|Data type|Description|
|-----------------|---------------|-----------------|
|**publisher**|**sysname**|The name of the Publisher.|
|**publisher_db**|**sysname**|The name of the Publisher database.|
|**publication**|**sysname**|The name of the publication.|
|**object_name**|**sysname**|The name of the object.|
|**object_type**|**char(2)**|The object type:
**u** = Table.
**t** = Trigger.
**p** = Stored Procedure.|
|**article**|**sysname**|The name of the article with which the object is associated.|
## See Also
[Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md)