The ReplicationFilterProcName property identifies a stored procedure used to partition a table-based article.
object.ReplicationFilterProcName [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | String identifying a Microsoft® SQL Server™ stored procedure by name |
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.
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 by using SysFreeString.