ReplicationDatabase.EnumPublicationArticles Method
SQL Server 2012
Returns replication information for published objects in the replication database.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Parameters
- objName
- Type: System.String
A String value specifying the database object that is published, such as the table name or stored procedure.
| Exception | Condition |
|---|---|
| ApplicationException | When the database does not exist. |
| ArgumentException | When objName is longer than 128 Unicode characters, is null, or contains null characters. |
