ReplicationFilterProcName Property (SQL-DMO)

The ReplicationFilterProcName property identifies a stored procedure used to partition a table-based article.

Applies To

TransArticle Object

Syntax

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

Remarks

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.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

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.


  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.