IDTSForEachNodeListEnumerator.SourceDocument Property

Definition

Gets or sets a value that represents either the XML source document as a string, the name of the file containing the XML source document, or the name of the variable containing the XML source document, depending on the value of SourceDocumentType.

public:
 property System::String ^ SourceDocument { System::String ^ get(); void set(System::String ^ value); };
public string SourceDocument { get; set; }
member this.SourceDocument : string with get, set
Public Property SourceDocument As String

Property Value

A value that represents either the XML source document as a string, the name of the file containing the XML source document, or the name of the variable containing the XML source document, depending on the value of SourceDocumentType.

Applies to