Construtor AttributeChangeRequest (International, MetadataAttribute)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Creates a new instance of the AttributeChangeRequest class with specified attribute and message header.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Public Sub New ( _
International As International, _
Attribute As MetadataAttribute _
)
'Uso
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
)
Parâmetros
- International
Tipo: Microsoft.MasterDataServices.International
A master data attribute, including its identification and data value.
- Attribute
Tipo: Microsoft.MasterDataServices.MetadataAttribute
The data contract for the international message header.