The ReplicationFilterProcName property identifies a stored procedure used to partition a table-based article.
object.ReplicationFilterProcName [= value]
object
Expression that evaluates to an object in the Applies To list
value
String that identifies a Microsoft® SQL Server™ 2000 stored procedure by name
String
Read/write
HRESULT GetReplicationFilterProcName(SQLDMO_LPBSTR pRetVal);
HRESULT SetReplicationFilterProcName(SQLDMO_LPCSTR NewValue);
Note SQL-DMO strings are always returned as OLE BSTR objects. A C/C++ application obtains a reference to the string. The application must release the reference using SysFreeString.
User-specified partitioning is only active when the referenced article configuration indicates that the default partitioning mechanisms are overridden. For more information about using SQL-DMO objects to configure article partitioning, see ArticleType Property.
Note If an application sets ReplicationFilterProcName after the initial snapshot has been created, a new snapshot must be generated and reapplied to each subscription. Snapshots are applied when the next scheduled snapshot and distribution agent run.