MergeSynchronizationAgent.Output Propriedade

Definição

Obtém ou define o arquivo de saída de 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

Valor da propriedade

Um valor String que é o nome e caminho completo do arquivo de saída.

Implementações

Comentários

Se o nome do arquivo especificado existir, a saída será anexada ao arquivo.

Aplica-se a

Confira também