หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
Syntax
'Declaration
Public Enumeration SourceType
'Usage
Dim instance As SourceType
public enum SourceType
public enum class SourceType
type 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. |
See Also
Reference
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace