共用方式為


Update 方法

Updates an existing schedule on the server.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Sub Update
'用途
Dim instance As ReplicationAgentSchedule

instance.Update()
public void Update()
public:
void Update()
member Update : unit -> unit 
public function Update()

備註

This method will do nothing if this schedule object is not associated with any replication object or is associated with a replication object that does not exist on the server.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.