EnumSnapshotAgentView Method
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The EnumSnapshotAgentView method returns a QueryResults object that enumerates execution status information for an agent used to create snapshots of replicated data.
Syntaxe
object
.EnumSnapshotAgentView( )
as
QueryResults
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT EnumSnapshotAgentView(
LPSQLDMOQUERYRESULTS* ppResults);