Classe AgentProfileParameterInfo

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
Méthode publique AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication