GetUInt32 メソッド
カスタム フィールドの値を取得します。
名前空間: 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
abstract GetUInt32 : unit -> Nullable<uint32>
override GetUInt32 : unit -> Nullable<uint32>
public override function GetUInt32() : Nullable<uint>
戻り値
型 : System. . :: . .Nullable< (Of < ( <'UInt32> ) > ) >
カスタム フィールドの値。フィールドの値が設定されていない場合は、nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing) を返します。
例外
例外 | 条件 |
---|---|
MetadataStoreInvalidOperationException | この SqlSyncFieldValue オブジェクトのフィールドが UInt32 ではありません。 |