Compartir a través de


ProfileName Propiedad

Gets or sets an agent profile to use when running the agent.

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

Sintaxis

'Declaración
Public Property ProfileName As String
    Get
    Set
'Uso
Dim instance As AgentCore
Dim value As String

value = instance.ProfileName

instance.ProfileName = value
public string ProfileName { get; set; }
public:
property String^ ProfileName {
    String^ get ();
    void set (String^ value);
}
member ProfileName : string with get, set
function get ProfileName () : String
function set ProfileName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String value.

Comentarios

If ProfileName is not set, the default profile for the agent type is used. For information, see Perfiles del Agente de replicación.