次の方法で共有


SqlString.Concat メソッド

指定した 2 つの SqlString 構造体を連結します。

Public Shared Function Concat( _
   ByVal x As SqlString, _   ByVal y As SqlString _) As SqlString
[C#]
public static SqlString Concat(SqlStringx,SqlStringy);
[C++]
public: static SqlString Concat(SqlStringx,SqlStringy);
[JScript]
public static function Concat(
   x : SqlString,y : SqlString) : SqlString;

パラメータ

戻り値

2 つの SqlString パラメータの内容を表す新しく連結された値を格納している SqlString

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

SqlString 構造体 | SqlString メンバ | System.Data.SqlTypes 名前空間