This topic has not yet been rated - Rate this topic

ReplicationDatabase.EnumPublicationArticles Method

Returns replication information for published objects in the replication database.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public ArrayList EnumPublicationArticles(
	string objName
)

Parameters

objName
Type: System.String
A String value specifying the database object that is published, such as the table name or stored procedure.
ExceptionCondition
ApplicationException

When the database does not exist.

ArgumentException

When objName is longer than 128 Unicode characters, is null, or contains null characters.

The EnumPublicationArticles method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.