Свойство 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.