共用方式為


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
)

參數

請參閱

參考

AttributeChangeRequest 類別

AttributeChangeRequest 多載

Microsoft.MasterDataServices 命名空間