ErrorSupport.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.