Конструктор AttributeChangeRequest (International, MetadataAttribute)
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Creates a new instance of the AttributeChangeRequest class with specified attribute and message header.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
International As International, _
Attribute As MetadataAttribute _
)
'Применение
Dim International As International
Dim Attribute As MetadataAttribute
Dim instance As New AttributeChangeRequest(International, _
Attribute)
public AttributeChangeRequest(
International International,
MetadataAttribute Attribute
)
public:
AttributeChangeRequest(
International^ International,
MetadataAttribute^ Attribute
)
new :
International:International *
Attribute:MetadataAttribute -> AttributeChangeRequest
public function AttributeChangeRequest(
International : International,
Attribute : MetadataAttribute
)
Параметры
- International
Тип: Microsoft.MasterDataServices.International
A master data attribute, including its identification and data value.
- Attribute
Тип: Microsoft.MasterDataServices.MetadataAttribute
The data contract for the international message header.