Compartilhar via


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
Método público AgentProfileParameter Initializes a new instance of the AgentProfileParameter class.

Início

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets the name of the parameter in a replication agent profile.
Propriedade pública UserData Gets or sets an object to which users can attach their own data.
Propriedade pública Value Gets or sets the value of the parameter in a replication agent profile.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication