ISnapshotGenerationAgent Interface

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

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("3075f5f7-1ba3-4eff-9b95-374a3aeed9fd")> _
Public Interface ISnapshotGenerationAgent
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)] 
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
[ComVisibleAttribute(true)] 
[GuidAttribute("3075f5f7-1ba3-4eff-9b95-374a3aeed9fd")] 
public interface ISnapshotGenerationAgent
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)] 
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
[ComVisibleAttribute(true)] 
[GuidAttribute(L"3075f5f7-1ba3-4eff-9b95-374a3aeed9fd")] 
public interface class ISnapshotGenerationAgent
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) */ 
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute GuidAttribute("3075f5f7-1ba3-4eff-9b95-374a3aeed9fd") */ 
public interface ISnapshotGenerationAgent
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual) 
EditorBrowsableAttribute(EditorBrowsableState.Never) 
ComVisibleAttribute(true) 
GuidAttribute("3075f5f7-1ba3-4eff-9b95-374a3aeed9fd") 
public interface ISnapshotGenerationAgent

Remarks

See SnapshotGenerationAgent for information on members of ISnapshotGenerationAgent.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ISnapshotGenerationAgent Members
Microsoft.SqlServer.Replication Namespace