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.