次の方法で共有


GetByte メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Function GetByte ( _
    i As Integer _
) As Byte
'使用
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Byte

returnValue = instance.GetByte(i)
public byte GetByte(
    int i
)
public:
virtual unsigned char GetByte(
    int i
) sealed
abstract GetByte : 
        i:int -> byte 
override GetByte : 
        i:int -> byte 
public final function GetByte(
    i : int
) : byte

パラメーター

戻り値

型: System. . :: . .Byte
指定された列の値をバイトとして表す整数です。

実装

IDataRecord. . :: . .GetByte(Int32)