Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Creates a new instance of the AttributeChangeRequest class with specified attribute and message header.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Attribute As MetadataAttribute _
)
'Usage
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
A master data attribute, including its identification and data value.
- Attribute
Typ: Microsoft.MasterDataServices.MetadataAttribute
The data contract for the international message header.