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

SQL Anywhere 11.0.1 (Deutsch) » UltraLite - .NET-Programmierung » UltraLite .NET 2.0 API-Referenz » ULTableSchema-Klasse

 

IsInPublication-Methode

Prüft, ob die Tabelle in der genannten Publikation enthalten ist

Syntax
Visual Basic
Public Function IsInPublication( _
   ByVal pubName As String _
) As Boolean
C#
public bool IsInPublication(
   string  pubName
);
Parameter
  • pubName   Der Name der Publikation

Rückgabewert

TRUE, wenn die Tabelle in die Publikation aufgenommen ist, sonst FALSE

Siehe auch