Поделиться через


Свойство XMLTask.PutResultInOneNode

Gets or sets a Boolean that indicates whether the operation places the result in one node.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Сборка:  Microsoft.SqlServer.XMLTask (в Microsoft.SqlServer.XMLTask.dll)

Синтаксис

'Декларация
Public Property PutResultInOneNode As Boolean 
    Get 
    Set
'Применение
Dim instance As XMLTask 
Dim value As Boolean 

value = instance.PutResultInOneNode

instance.PutResultInOneNode = value
public bool PutResultInOneNode { get; set; }
public:
virtual property bool PutResultInOneNode {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract PutResultInOneNode : bool with get, set 
override PutResultInOneNode : bool with get, set
final function get PutResultInOneNode () : boolean 
final function set PutResultInOneNode (value : boolean)

Значение свойства

Тип: System.Boolean
true if the operation places the result in one node.

Реализует

IDTSXMLTask.PutResultInOneNode

Замечания

The default value for this property is false. This property is used when the OperationType is set to XPATH.

См. также

Справочник

XMLTask Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.XMLTask