Share via


SourceType Enumeration

This enumeration is used by the InnerXPathStringSourceType, OuterXPathStringSourceType, SourceDocumentType, and OuterXPathString properties to determine where to find the data for the associated property.

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in microsoft.sqlserver.foreachnodelistenumerator.dll)

Syntax

'Declaration
Public Enumeration SourceType
public enum SourceType
public enum class SourceType
public enum SourceType
public enum SourceType

Members

Member name Description
DirectInput Sets the source to a string that contains the XML document text.
FileConnection Determines whether the source is a file that contains the XML document.
Variable Determines whether the source is a variable that contains the XML document.

Remarks

New:14 April 2006

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace