다음을 통해 공유


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.dll의 Microsoft.SqlServer.ForEachNodeListEnumerator

구문

‘선언
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.