Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()