Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULSyncParms 类

 

CopyFrom 方法

将指定的 ULSyncParms 对象的属性复制到此 ULSyncParms 对象。

语法
Visual Basic
Public Sub CopyFrom( _
   ByVal src As ULSyncParms _
)
C#
public void CopyFrom(
   ULSyncParms src
);
参数
  • src   要从中复制的对象。

另请参见