カスタム フィールドの値を取得します。
名前空間: Microsoft.Synchronization.MetadataStorage
アセンブリ: Microsoft.Synchronization.MetadataStorage (microsoft.synchronization.metadatastorage.dll 内)
構文
'宣言
Public Overrides Function GetByte As Nullable(Of Byte)
'使用
Dim instance As SqlSyncFieldValue
Dim returnValue As Nullable(Of Byte)
returnValue = instance.GetByte
public override Nullable<byte> GetByte ()
public:
virtual Nullable<unsigned char> GetByte () override
public Nullable<byte> GetByte ()
public override function GetByte () : Nullable<byte>
戻り値
カスタム フィールドの値。フィールドの値が設定されていない場合は、NULL 参照 (Visual Basic では Nothing) です。 を返します。
参照
リファレンス
SqlSyncFieldValue クラス
SqlSyncFieldValue メンバー
Microsoft.Synchronization.MetadataStorage 名前空間