다음을 통해 공유


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.