Właściwość IDTSWarning100.WarningCode
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 DtsWarning.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Default Property WarningCode As Integer
Get
Set
'Użycie
Dim instance As IDTSWarning100
Dim value As Integer
value = instance
instance = value
int this { get; set; }
property int default {
int get ();
void set (int value);
}
abstract WarningCode : int with get, set
function get WarningCode () : int
function set WarningCode (value : int)
Wartość właściwości
Typ: System.Int32
Zobacz także