Share via


AttributeChangeRequest Constructor (International, MetadataAttribute)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
)

Parameters

See Also

Reference

AttributeChangeRequest Class

AttributeChangeRequest Overload

Microsoft.MasterDataServices Namespace