SnapshotGenerationAgent.ISnapshotGenerationAgent.ResetParametersToDefault Method
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.