ForEachNodeListEnumerator::SourceDocumentType Property

 

Gets or sets the type of source that the source document is, using the SourceType enumerator.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
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::SourceType

A value from the SourceType enumeration.

Return to top
Show: