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

 

Schema 属性

UL Ext.: 提供对此连接相关联的当前数据库模式的访问。

语法
Visual Basic
Public Readonly Property Schema As ULDatabaseSchema
C#
public ULDatabaseSchema Schema { get;}
属性值

对 ULDatabaseSchema 对象的引用,该对象表示此连接打开时所在数据库的模式。

注释

此属性仅在其连接打开期间才有效。

另请参见