ErrorSupport.FireWarning Método (Int32)
Raises a warning identified by the specified HRESULT and allows execution to be cancelled.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedMsg
Ensamblado: Microsoft.SqlServer.DtsMsg (en Microsoft.SqlServer.DtsMsg.dll)
Sintaxis
'Declaración
Public Sub FireWarning ( _
hResult As Integer _
)
'Uso
Dim instance As ErrorSupport
Dim hResult As Integer
instance.FireWarning(hResult)
public void FireWarning(
int hResult
)
public:
void FireWarning(
int hResult
)
member FireWarning :
hResult:int -> unit
public function FireWarning(
hResult : int
)
Parámetros
- hResult
Tipo: System.Int32
The HRESULT of the underlying COM error.