Freigeben über


IDTSWarning100.SubComponent-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see DtsWarning.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property SubComponent As String 
    Get 
    Set
'Usage
Dim instance As IDTSWarning100 
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)

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

IDTSWarning100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace