此 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
)
參數
- International
型別:Microsoft.MasterDataServices.International
A master data attribute, including its identification and data value.
- Attribute
型別:Microsoft.MasterDataServices.MetadataAttribute
The data contract for the international message header.