Udostępnij za pośrednictwem


Właściwość IDTSError100.Source

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat DtsError.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Property Source As String
    Get
    Set
'Użycie
Dim instance As IDTSError100
Dim value As String

value = instance.Source

instance.Source = value
string Source { get; set; }
property String^ Source {
    String^ get ();
    void set (String^ value);
}
abstract Source : string with get, set
function get Source () : String
function set Source (value : String)

Wartość właściwości

Typ: System.String