Condividi tramite


Classe AgentProfileParameterInfo

Represents a supported parameter used in replication agent profiles.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..AgentProfileParameterInfo

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

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

Nel tipo AgentProfileParameterInfo sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.