ForEachNodeListEnumerator.SourceDocumentType Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType SourceDocumentType { Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType get(); void set(Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType value); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType SourceDocumentType { get; set; }
member this.SourceDocumentType : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType with get, set
Public Property SourceDocumentType As SourceType

Property Value

A value from the SourceType enumeration.

Implements

Applies to