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 | |
---|---|---|
AgentProfileParameterInfo | Initializes a new instance of the AgentProfileParameterInfo class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DefaultValue | Represents the default value of the replication agent parameter. | |
MaximumValue | Represents the maximum value for the replication agent parameter. | |
MinimumValue | Represents the minimum value of the replication agent parameter. | |
Name | Represents the name of the replication agent parameter. | |
NoDefaultValue | Specifies whether the replication agent parameter has a default value. | |
NoMaximumValue | Specifies whether the replication agent parameter has a maximum value. | |
NoMinimumValue | Specifies whether the replication agent parameter has a minimum value. | |
UserData | Gets or sets an object to which users can attach their own data. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.