SyncKnowledge クラス
レプリカの項目ストアに関するナレッジを表します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
<SerializableAttribute> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2008/03/sync/", ElementName:="syncKnowledge")> _
Public Class SyncKnowledge
Implements ISerializable, IXmlSerializable
'使用
Dim instance As SyncKnowledge
[SerializableAttribute]
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="syncKnowledge")]
public class SyncKnowledge : ISerializable, IXmlSerializable
[SerializableAttribute]
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"syncKnowledge")]
public ref class SyncKnowledge : ISerializable, IXmlSerializable
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="syncKnowledge") */
public class SyncKnowledge implements ISerializable, IXmlSerializable
SerializableAttribute
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="syncKnowledge")
public class SyncKnowledge implements ISerializable, IXmlSerializable
継承階層
System.Object
Microsoft.Synchronization.SyncKnowledge
Microsoft.Synchronization.ForgottenKnowledge
スレッド セーフ
この型の public static (Visual Basic では Shared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。