AgentProfileParameterInfo Members
Include Protected Members
Include Inherited Members
Represents a supported parameter used in replication agent profiles.
The AgentProfileParameterInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AgentProfileParameterInfo() | Initializes a new instance of the AgentProfileParameterInfo class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefaultValue | Represents the default value of the replication agent parameter. |
![]() |
MaximumValue | Represents the maximum value for the replication agent parameter. |
![]() |
MinimumValue | Represents the minimum value of the replication agent parameter. |
![]() |
Name | Represents the name of the replication agent parameter. |
![]() |
NoDefaultValue | Specifies whether the replication agent parameter has a default value. |
![]() |
NoMaximumValue | Specifies whether the replication agent parameter has a maximum value. |
![]() |
NoMinimumValue | Specifies whether the replication agent parameter has a minimum value. |
![]() |
UserData | Gets or sets an object to which users can attach their own data. |
Top