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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .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 オブジェクト。

参照