SourceType 枚举

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
程序集:  Microsoft.SqlServer.ForEachNodeListEnumerator(在 Microsoft.SqlServer.ForEachNodeListEnumerator.dll 中)

语法

声明
Public Enumeration SourceType
用法
Dim instance As SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 命名空间