Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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()