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

SQL Anywhere 11.0.1 (日本語) » QAnywhere » QAnywhere リファレンス » QAnywhere .NET API リファレンス » Web サービス用 QAnywhere .NET API (.NET 2.0) » WSResult クラス

 

GetNullableDecimalArrayValue メソッド

この WSResult から NullableDecimal 値の配列を取得します。

構文
Visual Basic
Public Function GetNullableDecimalArrayValue( _
   ByVal elementName As String _
) As iAnywhere.QAnywhere.WS.NullableDecimal()
C#
public iAnywhere.QAnywhere.WS.Nullabledecimal[] GetNullableDecimalArrayValue(
   string  elementName
);
パラメータ
  • elementName   この値の WSDL ドキュメント内の要素名。

戻り値

値。

例外