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

 

GetPublicationSchema 方法

返回与指定发布对应的发布模式.

语法
Visual Basic
Public Function GetPublicationSchema( _
   ByVal name As String _
) As ULPublicationSchema
C#
public ULPublicationSchema GetPublicationSchema(
   string  name
);
参数
  • name   发布的名称。

返回值

表示指定发布的 ULPublicationSchema 对象。

另请参见