Udostępnij za pośrednictwem


Właściwość IDTSError100.SubComponent

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 SubComponent As String
    Get
    Set
'Użycie
Dim instance As IDTSError100
Dim value As String

value = instance.SubComponent

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

Wartość właściwości

Typ: System.String