ForEachNodeListEnumerator::SourceDocumentType Property
Gets or sets the type of source that the source document is, using the SourceType enumerator.
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
public: property SourceType SourceDocumentType { virtual SourceType get() sealed; virtual void set(SourceType value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList::SourceTypeA value from the SourceType enumeration.
Show: