다음을 통해 공유


FireError 메서드 (Int32, Boolean)

Raises an error identified by the specified HRESULT and allows execution to be cancelled.

네임스페이스:  Microsoft.SqlServer.Dts.ManagedMsg
어셈블리:  Microsoft.SqlServer.DtsMsg.dll의 Microsoft.SqlServer.DtsMsg

구문

‘선언
Public Sub FireError ( _
    hResult As Integer, _
    <OutAttribute> ByRef bCancel As Boolean _
)
‘사용 방법
Dim instance As ErrorSupport
Dim hResult As Integer
Dim bCancel As Boolean

instance.FireError(hResult, bCancel)
public void FireError(
    int hResult,
    out bool bCancel
)
public:
void FireError(
    int hResult, 
    [OutAttribute] bool% bCancel
)
member FireError : 
        hResult:int * 
        bCancel:bool byref -> unit 
public function FireError(
    hResult : int, 
    bCancel : boolean
)

매개 변수