Класс AgentProfileParameter

Represents parameters in a replication agent profile.

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

System.Object
  Microsoft.SqlServer.Replication.AgentProfileParameter

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

Синтаксис

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

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

Замечания

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