Udostępnij za pośrednictwem


Właściwość IDTSPackage100.Warnings

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

Ten interfejs jest implementowany przez Package i PackageNeutral interfejsów.

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

Składnia

'Deklaracja
ReadOnly Property Warnings As IDTSWarnings100
    Get
'Użycie
Dim instance As IDTSPackage100
Dim value As IDTSWarnings100

value = instance.Warnings
IDTSWarnings100 Warnings { get; }
property IDTSWarnings100^ Warnings {
    IDTSWarnings100^ get ();
}
abstract Warnings : IDTSWarnings100
function get Warnings () : IDTSWarnings100