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 » ULDatabaseSchema-Klasse

 

GetPublicationSchema-Methode

Gibt das Publikationsschema zurück, das der benannten Publikation entspricht

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

Rückgabewert

Das ULPublicationSchema-Objekt, das die benannte Publikation darstellt

Siehe auch