Freigeben über


AttributeChangeRequest-Konstruktor (International, MetadataAttribute)

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

Siehe auch

Verweis

AttributeChangeRequest Klasse

AttributeChangeRequest-Überladung

Microsoft.MasterDataServices-Namespace