次の方法で共有


BusinessLogicDataReader.GetChars Method

名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (microsoft.sqlserver.replication.businesslogicsupport.dll 内)

構文

'宣言
Public Function GetChars ( _
    i As Integer, _
    fieldoffset As Long, _
    buffer As Char(), _
    bufferoffset As Integer, _
    length As Integer _
) As Long
public long GetChars (
    int i,
    long fieldoffset,
    char[] buffer,
    int bufferoffset,
    int length
)
public:
virtual long long GetChars (
    int i, 
    long long fieldoffset, 
    array<wchar_t>^ buffer, 
    int bufferoffset, 
    int length
) sealed
public final long GetChars (
    int i, 
    long fieldoffset, 
    char[] buffer, 
    int bufferoffset, 
    int length
)
public final function GetChars (
    i : int, 
    fieldoffset : long, 
    buffer : char[], 
    bufferoffset : int, 
    length : int
) : long

パラメータ

  • i
  • fieldoffset
  • buffer
  • bufferoffset
  • length

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

BusinessLogicDataReader Class
BusinessLogicDataReader Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace