IComStatusEvent.ComStatus 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Delegate that handles the Status event that is raised during agent execution.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Sub ComStatus ( _
sender As Object, _
args As StatusEventArgs _
)
‘사용 방법
Dim instance As IComStatusEvent
Dim sender As Object
Dim args As StatusEventArgs
instance.ComStatus(sender, args)
void ComStatus(
Object sender,
StatusEventArgs args
)
void ComStatus(
Object^ sender,
StatusEventArgs^ args
)
abstract ComStatus :
sender:Object *
args:StatusEventArgs -> unit
function ComStatus(
sender : Object,
args : StatusEventArgs
)
매개 변수
- sender
유형: System.Object
The source of the status event.
- args
유형: Microsoft.SqlServer.Replication.StatusEventArgs
A StatusEventArgs object that contains the event data.