Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Инициализирует новый экземпляр класса ItemMetadataSchema, содержащего сведения о пользовательских полях и порядке идентификации элемента.
Пространство имен: Microsoft.Synchronization.SimpleProviders
Сборка: Microsoft.Synchronization.SimpleProviders (в microsoft.synchronization.simpleproviders.dll)
Синтаксис
'Декларация
Public Sub New ( _
customFields As IEnumerable(Of CustomFieldDefinition), _
identityRules As IEnumerable(Of IdentityRule) _
)
'Применение
Dim customFields As IEnumerable(Of CustomFieldDefinition)
Dim identityRules As IEnumerable(Of IdentityRule)
Dim instance As New ItemMetadataSchema(customFields, identityRules)
public ItemMetadataSchema (
IEnumerable<CustomFieldDefinition> customFields,
IEnumerable<IdentityRule> identityRules
)
public:
ItemMetadataSchema (
IEnumerable<CustomFieldDefinition^>^ customFields,
IEnumerable<IdentityRule^>^ identityRules
)
public ItemMetadataSchema (
IEnumerable<CustomFieldDefinition> customFields,
IEnumerable<IdentityRule> identityRules
)
public function ItemMetadataSchema (
customFields : IEnumerable<CustomFieldDefinition>,
identityRules : IEnumerable<IdentityRule>
)
Параметры
- customFields
Коллекция объектов CustomFieldDefinition, каждый из которых представляет пользовательское поле. Эти поля могут быть использованы для идентификации элемента в метаданных или хранить сведения о версии элемента.
- identityRules
Коллекция объектов IdentityRule, которая определяет способ идентификации элемента в реплике.
См. также
Справочник
Класс ItemMetadataSchema
Элементы ItemMetadataSchema
Пространство имен Microsoft.Synchronization.SimpleProviders