SnapshotGenerationAgent.ISnapshotGenerationAgent.ResetParametersToDefault Method

Resets the parameters to its default value.

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

Syntax

'Declaration
Private Overridable Sub ResetParametersToDefault 
    Implements ISnapshotGenerationAgent.ResetParametersToDefault
'Usage
Dim instance As SnapshotGenerationAgent 

CType(instance, ISnapshotGenerationAgent).ResetParametersToDefault()
void ISnapshotGenerationAgent.ResetParametersToDefault()
private:
virtual void ResetParametersToDefault() = ISnapshotGenerationAgent::ResetParametersToDefault
private abstract ResetParametersToDefault : unit -> unit  
private override ResetParametersToDefault : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

ISnapshotGenerationAgent.ResetParametersToDefault()

See Also

Reference

SnapshotGenerationAgent Class

Microsoft.SqlServer.Replication Namespace