Compartir a través de


AgentProfile.Default Propiedad

Specifies whether this profile is the default profile for the given replication agent type.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Default As Boolean 
    Get
'Uso
Dim instance As AgentProfile 
Dim value As Boolean 

value = instance.Default
public bool Default { get; }
public:
property bool Default {
    bool get ();
}
member Default : bool
function get Default () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Comentarios

The Default property can be retrieved only by members of the sysadmin fixed server role at the Distributor or by members of the replmonitor fixed database role.

Retrieving Default is equivalent to executing sp_help_agent_profile (Transact-SQL).

The Default property is a read-only property.

Vea también

Referencia

AgentProfile Clase

Espacio de nombres Microsoft.SqlServer.Replication

Otros recursos

Trabajar con perfiles de Agente de replicación (programación con RMO)

Información general sobre los agentes de replicación