AgentProfileTypeOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a replication agent profile is system-defined or user-defined.
public enum class AgentProfileTypeOption
public enum AgentProfileTypeOption
type AgentProfileTypeOption =
Public Enum AgentProfileTypeOption
- Inheritance
-
AgentProfileTypeOption
Fields
Name | Value | Description |
---|---|---|
System | 0 | The replication agent profile is pre-defined by replication. |
User | 1 | The replication agent profile is custom-defined by the user. |
Remarks
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.