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
)
参数
- 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.