Właściwość IDTSError100.HelpContext
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 HelpContext As Integer
Get
Set
'Użycie
Dim instance As IDTSError100
Dim value As Integer
value = instance.HelpContext
instance.HelpContext = value
int HelpContext { get; set; }
property int HelpContext {
int get ();
void set (int value);
}
abstract HelpContext : int with get, set
function get HelpContext () : int
function set HelpContext (value : int)
Wartość właściwości
Typ: System.Int32
Zobacz także