Classe AgentProfileParameter
Represents parameters in a replication agent profile.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Replication.AgentProfileParameter
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public NotInheritable Class AgentProfileParameter
'Uso
Dim instance As AgentProfileParameter
public sealed class AgentProfileParameter
public ref class AgentProfileParameter sealed
[<SealedAttribute>]
type AgentProfileParameter = class end
public final class AgentProfileParameter
O tipo AgentProfileParameter expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
AgentProfileParameter | Initializes a new instance of the AgentProfileParameter class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.