Freigeben über


AgentProfileParameterInfo-Klasse

Represents a supported parameter used in replication agent profiles.

Vererbungshierarchie

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

Der AgentProfileParameterInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.