AgentProfileTypeOption 枚举

Indicates whether a replication agent profile is system-defined or user-defined.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Enumeration AgentProfileTypeOption
用法
Dim instance As AgentProfileTypeOption
public enum AgentProfileTypeOption
public enum class AgentProfileTypeOption
type AgentProfileTypeOption
public enum AgentProfileTypeOption

成员

成员名称 说明
System The replication agent profile is pre-defined by replication.
User The replication agent profile is custom-defined by the user.

注释

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.