Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Raises an informational message about the specified HRESULT, allows execution to be cancelled, and includes an optional array of user-defined objects or information.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedMsg
Ensamblado: Microsoft.SqlServer.DtsMsg (in microsoft.sqlserver.dtsmsg.dll)
Sintaxis
'Declaración
Public Sub FireInformationWithArgs ( _
hResult As Integer, _
ByRef bFireAgain As Boolean, _
ParamArray paramList As Object() _
)
public void FireInformationWithArgs (
int hResult,
ref bool bFireAgain,
params Object[] paramList
)
public:
void FireInformationWithArgs (
int hResult,
bool% bFireAgain,
... array<Object^>^ paramList
)
public void FireInformationWithArgs (
int hResult,
/** @ref */ boolean bFireAgain,
Object[] paramList
)
JScript no permite pasar argumentos de valor para referencia.
Parámetros
- hResult
The HRESULT of the underlying COM function.
- bFireAgain
true if the component should raise the same informational message the next time the same event occurs; otherwise, false.
- paramList
An optional array of user-defined objects or information.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ErrorSupport Class
ErrorSupport Members
Microsoft.SqlServer.Dts.ManagedMsg Namespace