Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Determines where to find the data for the associated property. This enumeration is used by the InnerXPathStringSourceType, OuterXPathStringSourceType, SourceDocumentType, and OuterXPathString properties.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Ensamblado: Microsoft.SqlServer.ForEachNodeListEnumerator (en Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintaxis
'Declaración
Public Enumeration SourceType
'Uso
Dim instance As SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList