获取自定义字段的值。
命名空间: 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
public byte[] GetBytes ()
public override function GetBytes () : byte[]
返回值
自定义字段的值。如果尚未设置该字段值,则返回 null 引用(在 Visual Basic 中为 Nothing)。
请参阅
参考
SqlSyncFieldValue 类
SqlSyncFieldValue 成员
Microsoft.Synchronization.MetadataStorage 命名空间