次の方法で共有


ItemMetadata.GetUInt64Field メソッド

派生クラスでオーバーライドされると、指定されたカスタム フィールドの値を取得します。

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

構文

'宣言
Public MustOverride Function GetUInt64Field ( _
    fieldName As String _
) As Nullable(Of ULong)
'使用
Dim instance As ItemMetadata
Dim fieldName As String
Dim returnValue As Nullable(Of ULong)

returnValue = instance.GetUInt64Field(fieldName)
public abstract Nullable<ulong> GetUInt64Field (
    string fieldName
)
public:
virtual Nullable<usigned long long> GetUInt64Field (
    String^ fieldName
) abstract
public abstract Nullable<UInt64> GetUInt64Field (
    String fieldName
)
public abstract function GetUInt64Field (
    fieldName : String
) : Nullable<ulong>

パラメーター

  • fieldName
    カスタム フィールドの名前です。

戻り値

指定されたカスタム フィールドの値です。フィールドの値が設定されていない場合は、NULL 参照 (Visual Basic では Nothing) です。 を返します。

例外

例外の種類 条件

ArgumentNullException

fieldName が NULL 参照 (Visual Basic では Nothing) です。 です。

ArgumentException

fieldName の長さが 0 です。

解説

カスタム フィールドは、レプリカ メタデータを最初に初期化するときに、FieldSchema オブジェクトで定義する必要があります。

参照

リファレンス

ItemMetadata クラス
ItemMetadata メンバー
Microsoft.Synchronization.MetadataStorage 名前空間