共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Replication 命名空間