Перечисление 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
Элементы
Имя элемента | Описание | |
---|---|---|
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. | |
DirectInput | Sets the source to a string that contains the XML document text. |