Udostępnij przez


Właściwość ForEachNodeListEnumerator.SourceDocument

Pobiera lub ustawia wartość odpowiadającą albo XML źródło dokument jako ciąg, nazwa pliku XML zawierającego źródło dokument lub nazwę zmiennej, zawierające kod XML źródło dokument, w zależności od wartości SourceDocumentType.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Zestaw:  Microsoft.SqlServer.ForEachNodeListEnumerator (w Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Składnia

'Deklaracja
Public Property SourceDocument As String
    Get
    Set
'Użycie
Dim instance As ForEachNodeListEnumerator
Dim value As String

value = instance.SourceDocument

instance.SourceDocument = value
public string SourceDocument { get; set; }
public:
virtual property String^ SourceDocument {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract SourceDocument : string with get, set
override SourceDocument : string with get, set
final function get SourceDocument () : String
final function set SourceDocument (value : String)

Wartość właściwości

Typ: System.String
Ciąg, który zawiera dokument źródłowy XML, nazwa pliku, który zawiera dokument źródłowy XML lub nazwę zmiennej, która zawiera źródło dokumentu XML, w zależności od wartości SourceDocumentType.

Implementacje

IDTSForEachNodeListEnumerator.SourceDocument