Partager via


Énumération AgentProfileTypeOption

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Enumeration AgentProfileTypeOption
'Utilisation
Dim instance As AgentProfileTypeOption
public enum AgentProfileTypeOption
public enum class AgentProfileTypeOption
type AgentProfileTypeOption
public enum AgentProfileTypeOption

Membres

Nom de membre Description
System The replication agent profile is pre-defined by replication.
User The replication agent profile is custom-defined by the user.

Notes

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.