MergeSynchronizationAgent.Output Proprietà

Definizione

Ottiene o imposta il file di output dell'agente.

public:
 virtual property System::String ^ Output { System::String ^ get(); void set(System::String ^ value); };
public virtual string Output { get; set; }
member this.Output : string with get, set
Public Overridable Property Output As String

Valore della proprietà

Valore String che costituisce il nome e il percorso completo del file di output.

Implementazioni

Commenti

Se il nome file specificato esiste già, l'output viene aggiunto al file.

Si applica a

Vedi anche