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) » QAnywhere » QAnywhere-Referenz » QAnywhere .NET-API-Referenz » QAnywhere .NET-API für Webdienste (.NET 2.0) » WSResult-Klasse

 

GetInt16Value-Methode

Ruft einen Wert vom Typ Int16 aus diesem WSResult ab.

Syntax
Visual Basic
Public Function GetInt16Value( _
   ByVal KindelementName As String _
) As Short
C#
public short GetInt16Value(
   string  KindelementName
);
Parameter
  • KindelementName   Der Elementname im WSDL-Dokument dieses Werts

Rückgabewert

Der Wert

Ausnahmen