Output プロパティ

エージェントの出力ファイルの名前とパスを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable Property Output As String
    Get
    Set
'使用
Dim instance As TransSynchronizationAgent
Dim value As String

value = instance.Output

instance.Output = value
public virtual string Output { get; set; }
public:
virtual property String^ Output {
    String^ get ();
    void set (String^ value);
}
abstract Output : string with get, set
override Output : string with get, set
function get Output () : String
function set Output (value : String)

プロパティ値

型: System. . :: . .String
String 値です。

実装

ITransSynchronizationAgent. . :: . .Output

説明

ファイル名が指定されていない場合、出力はコンソールに送られます。指定された名前のファイルが存在する場合、出力はそのファイルに追加されます。