Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a supported parameter used in replication agent profiles.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Replication.AgentProfileParameterInfo
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class AgentProfileParameterInfo
'Utilisation
Dim instance As AgentProfileParameterInfo
public sealed class AgentProfileParameterInfo
public ref class AgentProfileParameterInfo sealed
[<SealedAttribute>]
type AgentProfileParameterInfo = class end
public final class AgentProfileParameterInfo
Le type AgentProfileParameterInfo expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
AgentProfileParameterInfo | Initializes a new instance of the AgentProfileParameterInfo class. |
Haut de la page
Propriétés
| Nom | 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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)