KnowledgeBuilder 建構函式
初始化 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
)
public KnowledgeBuilder (
UInt32 expectedKnowledgeVersion,
SyncIdFormatGroup idFormats
)
public function KnowledgeBuilder (
expectedKnowledgeVersion : uint,
idFormats : SyncIdFormatGroup
)
參數
- expectedKnowledgeVersion
要建立之知識的版本。
- idFormats
提供者的識別碼格式結構描述。
請參閱
參考
KnowledgeBuilder 類別
KnowledgeBuilder 成員
Microsoft.Synchronization 命名空間