共用方式為


IDTSXMLTask.SaveOperationResult 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a value that indicates whether the XML task saves the Diff operation output.

命名空間:  Microsoft.SqlServer.Dts.Tasks.XMLTask
組件:  Microsoft.SqlServer.XMLTask (在 Microsoft.SqlServer.XMLTask.dll 中)

語法

'宣告
Property SaveOperationResult As Boolean 
    Get 
    Set
'用途
Dim instance As IDTSXMLTask 
Dim value As Boolean 

value = instance.SaveOperationResult

instance.SaveOperationResult = value
bool SaveOperationResult { get; set; }
property bool SaveOperationResult {
    bool get ();
    void set (bool value);
}
abstract SaveOperationResult : bool with get, set
function get SaveOperationResult () : boolean 
function set SaveOperationResult (value : boolean)

屬性值

型別:System.Boolean
true if the XML task saves the Diff operation output; otherwise, false.

請參閱

參考

IDTSXMLTask 介面

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空間