XMLTask.DiffGramDestination プロパティ

定義

DiffGramドキュメントをXMLタスクが保存する接続名または変数名を取得したり設定したりします。

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

プロパティ値

XMLタスクがDiffGramドキュメントを保存する接続名または変数の名前を示す文字列です。

実装

注釈

このプロパティは OperationTypeDiffに設定されている場合にのみ使用されます。

適用対象