获取自定义字段的值。
命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)
语法
声明
Public Overrides Function GetUInt32 As Nullable(Of UInteger)
用法
Dim instance As SqlSyncFieldValue
Dim returnValue As Nullable(Of UInteger)
returnValue = instance.GetUInt32
public override Nullable<uint> GetUInt32 ()
public:
virtual Nullable<unsigned int> GetUInt32 () override
public Nullable<UInt32> GetUInt32 ()
public override function GetUInt32 () : Nullable<uint>
返回值
自定义字段的值。如果尚未设置该字段值,则返回 null 引用(在 Visual Basic 中为 Nothing)。
请参阅
参考
SqlSyncFieldValue 类
SqlSyncFieldValue 成员
Microsoft.Synchronization.MetadataStorage 命名空间