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

 

GetPublicationPredicate-Methode

Gibt das Publikationsprädikat für diese Tabelle in der benannten Publikation zurück.

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

Rückgabewert

Das Publikationsrpädikat als Zeichenfolge.

Siehe auch