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 参考 » ULParameterCollection 类

 

SyncRoot 属性

返回可用于同步对 SAParameterCollection 的访问的对象。

语法
Visual Basic
Public Overrides Readonly Property SyncRoot As Object
C#
public override object SyncRoot { get;}
属性值

用于同步对此集合的访问的对象。

另请参见