ItemMetadata.SetCustomField 方法 (String, UInt32)
在派生类中重写时,设置指定的自定义字段的值。
命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)
语法
声明
Public MustOverride Sub SetCustomField ( _
fieldName As String, _
value As UInteger _
)
用法
Dim instance As ItemMetadata
Dim fieldName As String
Dim value As UInteger
instance.SetCustomField(fieldName, value)
public abstract void SetCustomField (
string fieldName,
uint value
)
public:
virtual void SetCustomField (
String^ fieldName,
unsigned int value
) abstract
public abstract void SetCustomField (
String fieldName,
UInt32 value
)
public abstract function SetCustomField (
fieldName : String,
value : uint
)
参数
- fieldName
自定义字段的名称。
- value
字段的值。
异常
异常类型 | 条件 |
---|---|
fieldName 为 null 引用(在 Visual Basic 中为 Nothing)。 |
|
fieldName 的长度为 0。 |
备注
首次初始化副本元数据时,自定义字段必须在 FieldSchema 对象中定义。
请参阅
参考
ItemMetadata 类
ItemMetadata 成员
Microsoft.Synchronization.MetadataStorage 命名空间