Класс AgentProfileParameterInfo

Represents a supported parameter used in replication agent profiles.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.AgentProfileParameterInfo

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class AgentProfileParameterInfo
'Применение
Dim instance As AgentProfileParameterInfo
public sealed class AgentProfileParameterInfo
public ref class AgentProfileParameterInfo sealed
[<SealedAttribute>]
type AgentProfileParameterInfo =  class end
public final class AgentProfileParameterInfo

Тип AgentProfileParameterInfo обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication