AgentProfileParameterInfo Class

Represents a supported parameter used in replication agent profiles.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.AgentProfileParameterInfo

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public NotInheritable Class AgentProfileParameterInfo
'Usage
Dim instance As AgentProfileParameterInfo
public sealed class AgentProfileParameterInfo
public ref class AgentProfileParameterInfo sealed
[<SealedAttribute>]
type AgentProfileParameterInfo =  class end
public final class AgentProfileParameterInfo

The AgentProfileParameterInfo type exposes the following members.

Constructors

  Name Description
Public method AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

Top

Properties

  Name Description
Public property DefaultValue Represents the default value of the replication agent parameter.
Public property MaximumValue Represents the maximum value for the replication agent parameter.
Public property MinimumValue Represents the minimum value of the replication agent parameter.
Public property Name Represents the name of the replication agent parameter.
Public property NoDefaultValue Specifies whether the replication agent parameter has a default value.
Public property NoMaximumValue Specifies whether the replication agent parameter has a maximum value.
Public property NoMinimumValue Specifies whether the replication agent parameter has a minimum value.
Public property UserData Gets or sets an object to which users can attach their own data.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Call the EnumParameterInfo method to retrieve available parameters from the server.

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.

Thread Safety

Public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.