Metoda ErrorSupport.FireInformation (Int32, String, String, Int32, Boolean%)
Podnosi komunikat informacyjny o określonym HRESULT kojarzy go z określonego składnika, plik pomocy i kontekstu pomocy i umożliwia wykonanie na anulowane.
Przestrzeń nazw: Microsoft.SqlServer.Dts.ManagedMsg
Zestaw: Microsoft.SqlServer.DtsMsg (w Microsoft.SqlServer.DtsMsg.dll)
Składnia
'Deklaracja
Public Sub FireInformation ( _
hResult As Integer, _
strSubComponent As String, _
strHelpFile As String, _
HelpContext As Integer, _
ByRef bFireAgain As Boolean _
)
'Użycie
Dim instance As ErrorSupport
Dim hResult As Integer
Dim strSubComponent As String
Dim strHelpFile As String
Dim HelpContext As Integer
Dim bFireAgain As Boolean
instance.FireInformation(hResult, strSubComponent, _
strHelpFile, HelpContext, bFireAgain)
public void FireInformation(
int hResult,
string strSubComponent,
string strHelpFile,
int HelpContext,
ref bool bFireAgain
)
public:
void FireInformation(
int hResult,
String^ strSubComponent,
String^ strHelpFile,
int HelpContext,
bool% bFireAgain
)
member FireInformation :
hResult:int *
strSubComponent:string *
strHelpFile:string *
HelpContext:int *
bFireAgain:bool byref -> unit
public function FireInformation(
hResult : int,
strSubComponent : String,
strHelpFile : String,
HelpContext : int,
bFireAgain : boolean
)
Parametry
- hResult
Typ: System.Int32
HRESULT podstawowych funkcja COM.
- strSubComponent
Typ: System.String
Przyjazna nazwa składnika.
- strHelpFile
Typ: System.String
Plik Pomocy zawiera dodatkowe informacje o wiadomości, które są wywoływane.
- HelpContext
Typ: System.Int32
Lokalizacja pliku pomocy, która zawiera dodatkowe informacje o wiadomości, które są wywoływane.
- bFireAgain
Typ: System.Boolean%
TRUE , jeśli składnik powinna podnieść informacyjna sam następnej wiadomości czas samego zdarzenie; w przeciwnym razie false.
Zobacz także