Compartilhar via


Interface ISnapshotGenerationAgent

Provides an implementation of the SnapshotGenerationAgent class for late-bound COM clients.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<GuidAttribute("48734D2F-740D-4ED5-928A-01A20D75C298")> _
<ComVisibleAttribute(True)> _
Public Interface ISnapshotGenerationAgent
'Uso
Dim instance As ISnapshotGenerationAgent
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("48734D2F-740D-4ED5-928A-01A20D75C298")]
[ComVisibleAttribute(true)]
public interface ISnapshotGenerationAgent
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[GuidAttribute(L"48734D2F-740D-4ED5-928A-01A20D75C298")]
[ComVisibleAttribute(true)]
public interface class ISnapshotGenerationAgent
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<GuidAttribute("48734D2F-740D-4ED5-928A-01A20D75C298")>]
[<ComVisibleAttribute(true)>]
type ISnapshotGenerationAgent =  interface end
public interface ISnapshotGenerationAgent

O tipo ISnapshotGenerationAgent expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Abort
Método público GenerateSnapshot
Método público ResetParametersToDefault

Início

Comentários

See SnapshotGenerationAgent for information on members of ISnapshotGenerationAgent.

Consulte também

Referência