共用方式為


SourceDocumentType 屬性

Gets or sets the type of source that the source document is, using the SourceType enumerator.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
組件:  Microsoft.SqlServer.ForEachNodeListEnumerator (在 Microsoft.SqlServer.ForEachNodeListEnumerator.dll 中)

語法

'宣告
Property SourceDocumentType As SourceType
    Get
    Set
'用途
Dim instance As IDTSForEachNodeListEnumerator
Dim value As SourceType

value = instance.SourceDocumentType

instance.SourceDocumentType = value
SourceType SourceDocumentType { get; set; }
property SourceType SourceDocumentType {
    SourceType get ();
    void set (SourceType value);
}
abstract SourceDocumentType : SourceType with get, set
function get SourceDocumentType () : SourceType
function set SourceDocumentType (value : SourceType)