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

 

ReferencedTableName 属性

索引为外键时引用的主表的名称。

语法
Visual Basic
Public Readonly Property ReferencedTableName As String
C#
public string  ReferencedTableName { get;}
属性值

用于指定所引用主表的名称的字符串。

另请参见