Интерфейс IComStatusEvent
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides an interface that handles the Status event that is raised during agent execution.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
<GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<ComVisibleAttribute(True)> _
Public Interface IComStatusEvent
'Применение
Dim instance As IComStatusEvent
[GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface IComStatusEvent
[GuidAttribute(L"B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface class IComStatusEvent
[<GuidAttribute("B1CBB90F-1B68-461A-BD9D-DD80BF9CF805")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<ComVisibleAttribute(true)>]
type IComStatusEvent = interface end
public interface IComStatusEvent
Тип IComStatusEvent обеспечивает доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
ComStatus | Delegate that handles the Status event that is raised during agent execution. |
В начало