AgentProfileParameter.UserData Property
SQL Server 2005
Gets or sets an object to which users can attach their own data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
/** @property */ public Object get_UserData () /** @property */ public void set_UserData (Object value)
public function get UserData () : Object public function set UserData (value : Object)
Property Value
An Object that specifies custom user data.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.