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.