Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Determines where to find the data for the associated property. This enumeration is used by the InnerXPathStringSourceType, OuterXPathStringSourceType, SourceDocumentType, and OuterXPathString properties.
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (em Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Sintaxe
'Declaração
Public Enumeration SourceType
'Uso
Dim instance As SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |
Consulte também
Referência
Namespace Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList