Classe AgentProfileParameter
Represents parameters in a replication agent profile.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.AgentProfileParameter
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class AgentProfileParameter
'Utilizzo
Dim instance As AgentProfileParameter
public sealed class AgentProfileParameter
public ref class AgentProfileParameter sealed
[<SealedAttribute>]
type AgentProfileParameter = class end
public final class AgentProfileParameter
Nel tipo AgentProfileParameter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
AgentProfileParameter | Initializes a new instance of the AgentProfileParameter class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of the parameter in a replication agent profile. | |
UserData | Gets or sets an object to which users can attach their own data. | |
Value | Gets or sets the value of the parameter in a replication agent profile. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.