ProfileName Property (Replication)

The ProfileName property specifies the name of the agent profile at the Distributor to be used by the control.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.ProfileName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Agent profile name

Remarks

If not specified, the default for the agent type is used.

Data Type

String

Modifyable

Read/write

Prototype C/C++

HRESULT get_ProfileName(BSTR *pVal);

HRESULT put_ProfileName(BSTR newVal);

  


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