KnowledgeBuilder コンストラクター
指定したナレッジ バージョンおよびプロバイダーの ID 形式スキーマが含まれる、KnowledgeBuilder クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (Microsoft.Synchronization.dll 内)
構文
'宣言
Public Sub New ( _
expectedKnowledgeVersion As UInteger, _
idFormats As SyncIdFormatGroup _
)
'使用
Dim expectedKnowledgeVersion As UInteger
Dim idFormats As SyncIdFormatGroup
Dim instance As New KnowledgeBuilder(expectedKnowledgeVersion, _
idFormats)
public KnowledgeBuilder(
uint expectedKnowledgeVersion,
SyncIdFormatGroup idFormats
)
public:
KnowledgeBuilder(
unsigned int expectedKnowledgeVersion,
SyncIdFormatGroup^ idFormats
)
new :
expectedKnowledgeVersion:uint32 *
idFormats:SyncIdFormatGroup -> KnowledgeBuilder
public function KnowledgeBuilder(
expectedKnowledgeVersion : uint,
idFormats : SyncIdFormatGroup
)
パラメーター
- expectedKnowledgeVersion
型 : System. . :: . .UInt32
構築されるナレッジのバージョンです。
- idFormats
型 : Microsoft.Synchronization. . :: . .SyncIdFormatGroup
プロバイダーの ID 形式スキーマです。
例外
例外 | 条件 |
---|---|
ArgumentNullException | idFormats が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。 |
InvalidKnowledgeVersionException | expectedKnowledgeVersion はサポートされません。 |