FireWarning 方法 (Int32)
Raises a warning identified by the specified HRESULT and allows execution to be cancelled.
命名空间:  Microsoft.SqlServer.Dts.ManagedMsg
程序集:  Microsoft.SqlServer.DtsMsg(在 Microsoft.SqlServer.DtsMsg.dll 中)
语法
声明
Public Sub FireWarning ( _
    hResult As Integer _
)
用法
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
)
参数
- hResult
类型:System. . :: . .Int32
The HRESULT of the underlying COM error.