Compartilhar via


Classe AgentProfileParameterInfo

Represents a supported parameter used in replication agent profiles.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.AgentProfileParameterInfo

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public NotInheritable Class AgentProfileParameterInfo
'Uso
Dim instance As AgentProfileParameterInfo
public sealed class AgentProfileParameterInfo
public ref class AgentProfileParameterInfo sealed
[<SealedAttribute>]
type AgentProfileParameterInfo =  class end
public final class AgentProfileParameterInfo

O tipo AgentProfileParameterInfo expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

Início

Propriedades

  Nome Descrição
Propriedade pública DefaultValue Represents the default value of the replication agent parameter.
Propriedade pública MaximumValue Represents the maximum value for the replication agent parameter.
Propriedade pública MinimumValue Represents the minimum value of the replication agent parameter.
Propriedade pública Name Represents the name of the replication agent parameter.
Propriedade pública NoDefaultValue Specifies whether the replication agent parameter has a default value.
Propriedade pública NoMaximumValue Specifies whether the replication agent parameter has a maximum value.
Propriedade pública NoMinimumValue Specifies whether the replication agent parameter has a minimum value.
Propriedade pública UserData Gets or sets an object to which users can attach their own data.

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

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.

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