GetBytes メソッド

カスタム フィールドの値を取得します。

名前空間:  Microsoft.Synchronization.MetadataStorage
アセンブリ:  Microsoft.Synchronization.MetadataStorage (Microsoft.Synchronization.MetadataStorage.dll 内)

構文

'宣言
Public Overrides Function GetBytes As Byte()
'使用
Dim instance As SqlSyncFieldValue
Dim returnValue As Byte()

returnValue = instance.GetBytes()
public override byte[] GetBytes()
public:
virtual array<unsigned char>^ GetBytes() override
abstract GetBytes : unit -> byte[] 
override GetBytes : unit -> byte[] 
public override function GetBytes() : byte[]

戻り値

型 : array<System. . :: . .Byte> [] () [] []
カスタム フィールドの値。フィールドの値が設定されていない場合は、nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing) を返します。

参照

参照

SqlSyncFieldValueクラス

SqlSyncFieldValue メンバー

Microsoft.Synchronization.MetadataStorage 名前空間